Searched refs:AI_NUMERICSERV (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/contrib/ntp/include/
H A Dntp_rfc2553.h171 #ifndef AI_NUMERICSERV /* not in RFC 2553 */
174 # define Z_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h110 #ifndef AI_NUMERICSERV
111 # define AI_NUMERICSERV (1<<3) macro
/freebsd-13-stable/include/
H A Dnetdb.h192 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */ macro
195 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c79 #ifdef AI_NUMERICSERV
83 atf_tc_fail_nonfatal("AI_NUMERICSERV not defined");
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Droken-common.h224 #ifndef AI_NUMERICSERV
225 #define AI_NUMERICSERV 0x08 macro
/freebsd-13-stable/contrib/libevent/include/event2/
H A Dutil.h753 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO)
754 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-13-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h724 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO)
725 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-13-stable/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c96 hints.ai_flags |= AI_NUMERICSERV;
/freebsd-13-stable/contrib/libevent/
H A Devutil.c1095 #ifndef AI_NUMERICSERV
1119 #ifdef AI_NUMERICSERV
1120 AI_NUMERICSERV |
1263 #ifdef AI_NUMERICSERV
1264 AI_NUMERICSERV |
1374 #ifndef AI_NUMERICSERV
1375 /* Not every system has AI_NUMERICSERV, so fake it. */
/freebsd-13-stable/contrib/ntp/sntp/libevent/
H A Devutil.c1091 #ifndef AI_NUMERICSERV
1115 #ifdef AI_NUMERICSERV
1116 AI_NUMERICSERV |
1250 #ifdef AI_NUMERICSERV
1251 AI_NUMERICSERV |
1358 #ifndef AI_NUMERICSERV
1359 /* Not every system has AI_NUMERICSERV, so fake it. */
/freebsd-13-stable/crypto/openssh/
H A Ddefines.h617 # define AI_NUMERICSERV 0 macro
H A Dssh.c293 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV;
324 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV;
/freebsd-13-stable/sbin/hastd/
H A Dproto_tcp.c116 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c119 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-13-stable/usr.sbin/iscsid/
H A Discsid.c143 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-13-stable/lib/libc/tests/sys/
H A Dsendfile_test.c123 hints.ai_flags = AI_ADDRCONFIG|AI_NUMERICSERV|AI_NUMERICHOST;
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dtrans_inet.c972 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE | AI_NUMERICSERV;
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrbhst.c388 hints.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV;
/freebsd-13-stable/usr.sbin/bhyve/
H A Drfb.c1100 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV | AI_PASSIVE;
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c1541 if (ai->ai_flags & AI_NUMERICSERV)

Completed in 460 milliseconds