Home
last modified time | relevance | path

Searched refs:AF_UNIX (Results 1 – 25 of 178) sorted by relevance

12345678

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_addr.c82 #ifdef AF_UNIX in BIO_ADDR_make()
83 if (sa->sa_family == AF_UNIX) { in BIO_ADDR_make()
96 #ifdef AF_UNIX in BIO_ADDR_rawmake()
97 if (family == AF_UNIX) { in BIO_ADDR_rawmake()
150 #ifdef AF_UNIX in BIO_ADDR_rawaddress()
151 else if (ap->sa.sa_family == AF_UNIX) { in BIO_ADDR_rawaddress()
290 #ifdef AF_UNIX in BIO_ADDR_path_string()
291 if (ap->sa.sa_family == AF_UNIX) in BIO_ADDR_path_string()
332 #ifdef AF_UNIX in BIO_ADDR_sockaddr_size()
333 if (ap->sa.sa_family == AF_UNIX) in BIO_ADDR_sockaddr_size()
[all …]
H A Dbio_local.h41 # undef AF_UNIX
81 # ifdef AF_UNIX
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c84 socket_transport_name_get(AF_UNIX, current_transport, 20); in hpns_socket()
90 if (socket_transport_name_set(AF_UNIX, transport)) in hpns_socket()
96 if (socket_transport_name_set(AF_UNIX, current_transport)) in hpns_socket()
121 addr.sun_family = AF_UNIX; in RAND_query_egd_bytes()
127 fd = hpns_socket(AF_UNIX, SOCK_STREAM, 0, AF_UNIX_COMPATIBILITY); in RAND_query_egd_bytes()
129 fd = socket(AF_UNIX, SOCK_STREAM, 0); in RAND_query_egd_bytes()
163 fd = hpns_socket(AF_UNIX, SOCK_STREAM, 0, AF_UNIX_PORTABILITY); in RAND_query_egd_bytes()
/netbsd-src/tests/lib/libc/sys/
H A Dt_getsockname.c51 sd = socket(AF_UNIX, SOCK_STREAM, 0); in ATF_TC_BODY()
57 ATF_CHECK(sun.sun_family == AF_UNIX); in ATF_TC_BODY()
62 sun.sun_family = AF_UNIX; in ATF_TC_BODY()
69 ATF_CHECK(sun.sun_family == AF_UNIX); in ATF_TC_BODY()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DBIO_ADDR.pod33 supporting AF_INET, AF_INET6 and AF_UNIX according to what's
48 for the B<AF_UNIX> protocol family, where B<port> is meaningless and
50 In case this creates a B<AF_UNIX> B<BIO_ADDR>, B<wherelen> is expected
57 constants AF_INET, AF_INET6 and AF_UNIX. It will also return AF_UNSPEC if the
67 In case this is a B<AF_UNIX> B<BIO_ADDR>, B<l> gets the length of the
91 protocol family AF_UNIX. The returned string has been allocated
99 in6_addr> (for B<AF_INET6>) or B<char *> (for B<AF_UNIX>), all
/netbsd-src/usr.bin/nc/
H A Dnetcat.c197 family = AF_UNIX; in main()
361 if (family == AF_UNIX) { in main()
381 if (argv[0] && !argv[1] && family == AF_UNIX) { in main()
405 if ((family == AF_UNIX) && usetls) in main()
407 if ((family == AF_UNIX) && Fflag) in main()
429 if ((family == AF_UNIX) && uflag && !lflag) { in main()
446 if (family != AF_UNIX) { in main()
462 if (family == AF_UNIX) in main()
555 if (family == AF_UNIX) { in main()
574 if (family != AF_UNIX) in main()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dunix_dgram_connect.c76 sun.sun_family = AF_UNIX; in unix_dgram_connect()
85 if ((sock = socket(AF_UNIX, SOCK_DGRAM, 0)) < 0) in unix_dgram_connect()
H A Dunix_dgram_listen.c71 sun.sun_family = AF_UNIX; in unix_dgram_listen()
80 if ((sock = socket(AF_UNIX, SOCK_DGRAM, 0)) < 0) in unix_dgram_listen()
H A Dunix_connect.c74 sun.sun_family = AF_UNIX; in unix_connect()
83 if ((sock = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) in unix_connect()
H A Dunix_listen.c81 sun.sun_family = AF_UNIX; in unix_listen()
91 if ((sock = socket(AF_UNIX, SOCK_STREAM, 0)) < 0) in unix_listen()
H A Dselect_bug.c81 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pair1) < 0) in main()
83 if (socketpair(AF_UNIX, SOCK_STREAM, 0, pair2) < 0) in main()
/netbsd-src/tests/net/net/
H A Dt_unix.c121 if (sun.sun_family != AF_UNIX) in acc()
235 srvr = socket(AF_UNIX, SOCK_STREAM, 0); in test()
258 sun->sun_family = AF_UNIX; in test()
300 clnt = socket(AF_UNIX, SOCK_STREAM, 0); in test()
338 if (sock_addr->sun_family != AF_UNIX) in test()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dpipe.c65 err = uv__socket(AF_UNIX, SOCK_STREAM, 0); in uv_pipe_bind()
72 saddr.sun_family = AF_UNIX; in uv_pipe_bind()
187 err = uv__socket(AF_UNIX, SOCK_STREAM, 0); in uv_pipe_connect()
195 saddr.sun_family = AF_UNIX; in uv_pipe_connect()
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dnetaddr.c
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/
H A Dnetaddr.c57 case AF_UNIX: in isc_netaddr_equal()
150 case AF_UNIX: in isc_netaddr_totext()
326 netaddr->family = AF_UNIX; in isc_netaddr_frompath()
364 case AF_UNIX: in isc_netaddr_fromsockaddr()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_egd.c72 addr.sun_family = AF_UNIX;
77 fd = socket(AF_UNIX, SOCK_STREAM, 0);
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dconfigure.ac126 # Local socket connectivity wants AF_UNIX networking
127 # Check for AF_UNIX networking
128 AC_CACHE_CHECK(for AF_UNIX, ac_cv_af_unix, [
136 int fd = socket (AF_UNIX, SOCK_STREAM, 0);
142 [Define if AF_UNIX supported.])
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_local.h40 # undef AF_UNIX
80 # ifdef AF_UNIX
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dkmpstat.c104 name.sun_family = AF_UNIX; in com_init()
108 so = socket(AF_UNIX, SOCK_STREAM, 0); in com_init()
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dctl_p.c150 case AF_UNIX: { in ctl_sa_ntop()
179 case AF_UNIX: in ctl_sa_copy()
/netbsd-src/sbin/iscsictl/
H A Discsic_main.c552 sock = socket(AF_UNIX, SOCK_DGRAM, 0); in main()
560 myname.sun_family = AF_UNIX; in main()
566 daemon_name.sun_family = AF_UNIX; in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_socket.c165 BIO_ADDRINFO_family(res) == AF_UNIX ? "unix " : "", in init_client()
396 # ifdef AF_UNIX in do_server()
397 if (family == AF_UNIX) in do_server()
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntp_signd.c44 addr.sun_family = AF_UNIX; in ux_socket_connect()
47 fd = socket(AF_UNIX, SOCK_STREAM, 0); in ux_socket_connect()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-pipe-sendmsg.c118 ASSERT(0 == socketpair(AF_UNIX, SOCK_STREAM, 0, fds)); in TEST_IMPL()
120 ASSERT(0 == socketpair(AF_UNIX, SOCK_STREAM, 0, send_fds + i)); in TEST_IMPL()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Ds_socket.c182 BIO_ADDRINFO_family(res) == AF_UNIX ? "unix " : "", in init_client()
425 # ifdef AF_UNIX in do_server()
426 if (family == AF_UNIX) in do_server()

12345678