Searched defs:sa_un (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c77 union sa_un { union
89 union sa_un sa;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c427 struct sockaddr_un sa_un; local
429 lotherend = sizeof(sa_un);
430 memset(&sa_un, '\0', sizeof(sa_un));
432 (struct sockaddr *)&sa_un,
444 sa_un.sun_len == 0 ||
446 sa_un.sun_family != AF_UNIX))

Completed in 63 milliseconds