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

/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h171 #ifndef AI_NUMERICSERV /* not in RFC 2553 */
174 # define Z_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h112 #ifndef AI_NUMERICSERV
113 # define AI_NUMERICSERV (1<<3) macro
/freebsd-10-stable/include/
H A Dnetdb.h178 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */ macro
181 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c79 #ifdef AI_NUMERICSERV
83 atf_tc_fail_nonfatal("AI_NUMERICSERV not defined");
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Droken-common.h224 #ifndef AI_NUMERICSERV
225 #define AI_NUMERICSERV 0x08 macro
/freebsd-10-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-10-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-10-stable/usr.sbin/iscsid/
H A Discsid.c141 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-10-stable/crypto/openssh/
H A Ddefines.h615 # define AI_NUMERICSERV 0 macro
H A Dssh.c296 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV;
/freebsd-10-stable/sbin/hastd/
H A Dproto_tcp.c114 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c119 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dkrbhst.c388 hints.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV;
/freebsd-10-stable/lib/libc/net/
H A Dgetaddrinfo.c1542 if (ai->ai_flags & AI_NUMERICSERV)

Completed in 123 milliseconds