Searched refs:ai_family (Results 101 - 125 of 244) sorted by relevance

12345678910

/freebsd-13-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c348 hints.ai_family = family;
454 if (ai->ai_family != AF_INET && ai->ai_family != AF_INET6) {
456 if (ai->ai_family != AF_INET) {
466 apr_sockaddr_vars_set(new_sa, ai->ai_family, port);
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c194 #define sl_family sl_ai.ai_family
1853 switch (f->fu_forw_addr->ai_family) {
2692 switch (f->fu_forw_addr->ai_family) {
3129 .ai_family = family,
3428 .ai_family = PF_UNSPEC,
3436 .ss_family = res->ai_family,
3439 switch (res->ai_family) {
3563 .ai_family = PF_UNSPEC,
3825 .ai_family = AF_UNSPEC,
3851 if (res->ai_family !
[all...]
/freebsd-13-stable/sbin/hastd/
H A Dproto_tcp.c117 hints.ai_family = PF_UNSPEC;
123 hints.ai_family = PF_INET;
126 hints.ai_family = PF_INET6;
/freebsd-13-stable/sbin/ifconfig/
H A Difvxlan.c235 switch (ai->ai_family) {
295 switch (ai->ai_family) {
355 switch (ai->ai_family) {
H A Difpfsync.c110 hints.ai_family = AF_INET;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c120 hints.ai_family = PF_UNSPEC;
126 hints.ai_family = PF_INET;
129 hints.ai_family = PF_INET6;
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c281 hints.ai_family = PF_UNSPEC;
291 s = socket (a->ai_family, a->ai_socktype | SOCK_CLOEXEC, a->ai_protocol);
418 fd = socket (a->ai_family, a->ai_socktype | SOCK_CLOEXEC, a->ai_protocol);
/freebsd-13-stable/crypto/openssh/
H A Dsshconnect.c346 sock = socket(ai->ai_family, ai->ai_socktype, ai->ai_protocol);
359 hints.ai_family = ai->ai_family;
387 if (check_ifaddrs(options.bind_interface, ai->ai_family,
524 if (ai->ai_family != AF_INET &&
525 ai->ai_family != AF_INET6) {
/freebsd-13-stable/crypto/heimdal/appl/test/
H A Dhttp_client.c56 hints.ai_family = PF_UNSPEC;
65 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dhosts_access.c372 hints.ai_family = AF_INET6;
457 hints.ai_family = AF_INET6;
/freebsd-13-stable/libexec/phttpget/
H A Dphttpget.c343 hints.ai_family = PF_UNSPEC;
365 sd = socket(res->ai_family, res->ai_socktype,
/freebsd-13-stable/contrib/ofed/librdmacm/examples/
H A Drcopy.c193 rs = rsocket(res->ai_family, res->ai_socktype, res->ai_protocol);
403 rs = rsocket(res->ai_family, res->ai_socktype, res->ai_protocol);
H A Dudpong.c273 rs = rs_socket(res->ai_family, res->ai_socktype, res->ai_protocol);
418 rs = rs_socket(res->ai_family, res->ai_socktype, res->ai_protocol);
/freebsd-13-stable/usr.bin/whois/
H A Dwhois.c294 hints.ai_family = AF_UNSPEC;
340 s = socket(res->ai_family, res->ai_socktype | SOCK_NONBLOCK,
/freebsd-13-stable/crypto/heimdal/appl/kf/
H A Dkf.c306 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drsh.c728 s = socket (a->ai_family, a->ai_socktype, a->ai_protocol);
749 hints.ai_family = a->ai_family;
758 errsock = socket (ea->ai_family, ea->ai_socktype,
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dkadm_conn.c268 krb5_socket_t s = socket(ap->ai_family, ap->ai_socktype, ap->ai_protocol);
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dtrans_inet.c970 hints.ai_family = AF_UNSPEC;
989 if (res->ai_family != AF_INET && res->ai_family != AF_INET6)
1001 if (res->ai_family == AF_INET) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h287 int ai_family; member in struct:__sanitizer::__sanitizer_addrinfo
H A Dsanitizer_platform_limits_solaris.h306 int ai_family; member in struct:__sanitizer::__sanitizer_addrinfo
/freebsd-13-stable/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c157 .ai_family = AF_UNSPEC,
179 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
233 .ai_family = AF_INET,
255 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
H A Dsrq_pingpong.c150 .ai_family = AF_UNSPEC,
174 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
241 .ai_family = AF_INET,
265 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
H A Dxsrq_pingpong.c547 .ai_family = AF_UNSPEC,
562 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
599 .ai_family = AF_INET,
614 sockfd = socket(t->ai_family, t->ai_socktype, t->ai_protocol);
/freebsd-13-stable/contrib/ofed/librdmacm/
H A Drdma_cma.h184 int ai_family; member in struct:rdma_addrinfo
/freebsd-13-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c709 hints.ai_family = ipv6_mode ? AF_INET6 : AF_INET;
723 hints.ai_family = ipv6_mode ? AF_INET6 : AF_INET;
739 hints.ai_family = ipv6_mode ? AF_INET6 : AF_INET;
745 if ((listenfd = socket(res->ai_family, SOCK_STREAM, IPPROTO_TCP)) == -1)

Completed in 463 milliseconds

12345678910