Searched refs:sun (Results 1 – 1 of 1) sorted by relevance
53 struct sockaddr_un sun; in clnt_create() local60 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