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

/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h110 #ifndef AI_NUMERICSERV
111 # define AI_NUMERICSERV (1<<3) macro
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h171 #ifndef AI_NUMERICSERV /* not in RFC 2553 */
174 # define Z_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-current/include/
H A Dnetdb.h193 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */ macro
196 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c79 #ifdef AI_NUMERICSERV
83 atf_tc_fail_nonfatal("AI_NUMERICSERV not defined");
/freebsd-current/crypto/heimdal/lib/roken/
H A Droken-common.h224 #ifndef AI_NUMERICSERV
225 #define AI_NUMERICSERV 0x08 macro
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h773 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO)
774 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-current/contrib/libevent/include/event2/
H A Dutil.h773 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO)
774 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-current/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c93 hints.ai_flags |= AI_NUMERICSERV;
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil.c1129 #ifndef AI_NUMERICSERV
1153 #ifdef AI_NUMERICSERV
1154 AI_NUMERICSERV |
1296 #ifdef AI_NUMERICSERV
1297 AI_NUMERICSERV |
1407 #ifndef AI_NUMERICSERV
1408 /* Not every system has AI_NUMERICSERV, so fake it. */
/freebsd-current/contrib/libevent/
H A Devutil.c1129 #ifndef AI_NUMERICSERV
1153 #ifdef AI_NUMERICSERV
1154 AI_NUMERICSERV |
1296 #ifdef AI_NUMERICSERV
1297 AI_NUMERICSERV |
1407 #ifndef AI_NUMERICSERV
1408 /* Not every system has AI_NUMERICSERV, so fake it. */
/freebsd-current/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c119 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-current/crypto/openssh/
H A Ddefines.h682 # define AI_NUMERICSERV 0 macro
H A Dssh.c318 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV;
349 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV;
/freebsd-current/sbin/hastd/
H A Dproto_tcp.c113 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-current/usr.sbin/iscsid/
H A Discsid.c207 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV;
/freebsd-current/contrib/bsnmp/snmpd/
H A Dtrans_inet.c972 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE | AI_NUMERICSERV;
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrbhst.c394 hints.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV;
/freebsd-current/lib/libc/tests/sys/
H A Dsendfile_test.c120 hints.ai_flags = AI_ADDRCONFIG|AI_NUMERICSERV|AI_NUMERICHOST;
/freebsd-current/usr.sbin/bhyve/
H A Drfb.c1172 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV | AI_PASSIVE;
H A Dgdb.c2048 hints.ai_flags = AI_NUMERICSERV | AI_PASSIVE;
/freebsd-current/lib/libc/net/
H A Dgetaddrinfo.c1538 if (ai->ai_flags & AI_NUMERICSERV)

Completed in 322 milliseconds