Home
last modified time | relevance | path

Searched refs:sun (Results 1 – 1 of 1) sorted by relevance

/sunrpc/
A Dclnt_gen.c53 struct sockaddr_un sun; in clnt_create() local
60 memset ((char *)&sun, 0, sizeof (sun)); in clnt_create()
61 sun.sun_family = AF_UNIX; in clnt_create()
62 strcpy (sun.sun_path, hostname); in clnt_create()
64 client = clntunix_create (&sun, prog, vers, &sock, 0, 0); in clnt_create()

Completed in 3 milliseconds