Searched refs:sun_family (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-11-stable/sys/sys/
H A Dun.h49 sa_family_t sun_family; /* AF_UNIX */ member in struct:sockaddr_un
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_getsockname.c57 ATF_CHECK(sun.sun_family == AF_UNIX);
62 sun.sun_family = AF_UNIX;
69 ATF_CHECK(sun.sun_family == AF_UNIX);
/freebsd-11-stable/tools/regression/sockets/unix_sendtorace/
H A Dunix_sendtorace.c78 sun.sun_family = AF_UNIX;
107 sun.sun_family = AF_UNIX;
154 sun.sun_family = AF_UNIX;
183 sun.sun_family = AF_UNIX;
/freebsd-11-stable/tools/regression/sockets/unix_close_race/
H A Dunix_close_race.c90 servaddr.sun_family = AF_LOCAL;
109 servaddr.sun_family = AF_LOCAL;
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_unix.c84 printf("%s: client family %d\n", msg, addr->sun_family);
122 if (sun.sun_family != AF_UNIX)
123 FAIL("sun->sun_family %d != AF_UNIX", sun.sun_family);
169 sun->sun_family = AF_UNIX;
221 if (sock_addr->sun_family != AF_UNIX)
222 FAIL("sock_addr->sun_family %d != AF_UNIX",
223 sock_addr->sun_family);
284 "sizeof(sun_family)");
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_egd.c127 short sun_family; /* AF_UNIX */ member in struct:sockaddr_un
148 addr.sun_family = AF_UNIX;
/freebsd-11-stable/tools/regression/sockets/pr_atomic/
H A Dpr_atomic.c67 un.sun_family = AF_LOCAL;
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dstartdaemon.c70 un.sun_family = AF_LOCAL;
/freebsd-11-stable/tools/regression/sockets/unix_bindconnect/
H A Dunix_bindconnect.c106 sun.sun_family = AF_UNIX;
217 sun.sun_family = AF_UNIX;
/freebsd-11-stable/contrib/netbsd-tests/include/sys/
H A Dt_socket.c99 sun.sun_family = AF_LOCAL;
116 sun.sun_family = AF_LOCAL;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp40 saddr_un->sun_family = kDomain;
132 saddr_un.sun_family = AF_UNIX;
/freebsd-11-stable/tools/regression/sockets/reconnect/
H A Dreconnect.c61 ifsun->sun_family = AF_LOCAL;
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_other.c106 sun.sun_family = AF_UNIX;
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet_privsep.c115 if (from.sun_family != AF_UNIX ||
161 l2->priv_addr.sun_family = AF_UNIX;
175 addr.sun_family = AF_UNIX;
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_uds.c83 sunp->sun_family = AF_UNIX;
281 PJDLOG_ASSERT(sun.sun_family == AF_UNIX);
305 PJDLOG_ASSERT(sun.sun_family == AF_UNIX);
/freebsd-11-stable/sbin/hastd/
H A Dproto_uds.c82 sunp->sun_family = AF_UNIX;
283 PJDLOG_ASSERT(sun.sun_family == AF_UNIX);
307 PJDLOG_ASSERT(sun.sun_family == AF_UNIX);
/freebsd-11-stable/sbin/devd/tests/
H A Dclient_test.c77 devd_addr.sun_family = PF_LOCAL;
/freebsd-11-stable/tools/regression/netinet/udpzerobyte/
H A Dudpzerobyte.c137 sun.sun_family = AF_LOCAL;
/freebsd-11-stable/usr.sbin/apmd/contrib/
H A Dpccardq.c86 pccardq.sun_family = AF_UNIX;
103 pccardd.sun_family = AF_UNIX;
/freebsd-11-stable/usr.sbin/nscd/
H A Dnscdcli.c193 client_address.sun_family = PF_LOCAL;
196 client_address_len = sizeof(client_address.sun_family) +
/freebsd-11-stable/contrib/netbsd-tests/lib/libutil/
H A Dt_sockaddr_snprintf.c114 sun.sun_family = AF_UNIX;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_signd.c42 addr.sun_family = AF_UNIX;
/freebsd-11-stable/lib/libsdp/
H A Dsession.c126 sa.sun_family = AF_UNIX;
/freebsd-11-stable/crypto/openssh/
H A Dentropy.c104 addr_un->sun_family = AF_UNIX;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dcontext_s.c64 un->sun_family = AF_UNIX;

Completed in 242 milliseconds

12345