Home
last modified time | relevance | path

Searched refs:AI_NUMERICSERV (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h110 #ifndef AI_NUMERICSERV
111 # define AI_NUMERICSERV (1<<3) macro
/freebsd-13.1/contrib/ntp/include/
H A Dntp_rfc2553.h171 #ifndef AI_NUMERICSERV /* not in RFC 2553 */
174 # define Z_AI_NUMERICSERV AI_NUMERICSERV
/freebsd-13.1/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.1/crypto/heimdal/lib/roken/
H A Droken-common.h224 #ifndef AI_NUMERICSERV
225 #define AI_NUMERICSERV 0x08 macro
/freebsd-13.1/contrib/netbsd-tests/include/
H A Dt_netdb.c79 #ifdef AI_NUMERICSERV in ATF_TC_BODY()
/freebsd-13.1/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.1/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.1/contrib/ntp/sntp/libevent/
H A Devutil.c1091 #ifndef AI_NUMERICSERV
1115 #ifdef AI_NUMERICSERV
1116 AI_NUMERICSERV |
1250 #ifdef AI_NUMERICSERV in test_for_getaddrinfo_hacks()
1251 AI_NUMERICSERV | in test_for_getaddrinfo_hacks()
1358 #ifndef AI_NUMERICSERV in evutil_getaddrinfo()
/freebsd-13.1/contrib/libevent/
H A Devutil.c1095 #ifndef AI_NUMERICSERV
1119 #ifdef AI_NUMERICSERV
1120 AI_NUMERICSERV |
1263 #ifdef AI_NUMERICSERV in test_for_getaddrinfo_hacks()
1264 AI_NUMERICSERV | in test_for_getaddrinfo_hacks()
1374 #ifndef AI_NUMERICSERV in evutil_getaddrinfo()
/freebsd-13.1/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c96 hints.ai_flags |= AI_NUMERICSERV; in main()
/freebsd-13.1/crypto/openssh/
H A Ddefines.h647 # define AI_NUMERICSERV 0 macro
H A Dssh.c313 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in is_addr()
344 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in resolve_addr()
H A Dconfigure.ac2554 AC_CHECK_DECLS(AI_NUMERICSERV, , ,
/freebsd-13.1/usr.sbin/iscsid/
H A Discsid.c143 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in resolve_addr()
/freebsd-13.1/sbin/hastd/
H A Dproto_tcp.c116 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
/freebsd-13.1/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c119 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
/freebsd-13.1/contrib/bsnmp/snmpd/
H A Dtrans_inet.c972 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE | AI_NUMERICSERV; in dns_activate()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dkrbhst.c394 hints.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV; in krb5_krbhst_get_addrinfo()
/freebsd-13.1/lib/libc/tests/sys/
H A Dsendfile_test.c123 hints.ai_flags = AI_ADDRCONFIG|AI_NUMERICSERV|AI_NUMERICHOST; in resolve_localhost()
/freebsd-13.1/usr.sbin/bhyve/
H A Drfb.c1100 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV | AI_PASSIVE; in rfb_init()
/freebsd-13.1/lib/libc/net/
H A Dgetaddrinfo.c1541 if (ai->ai_flags & AI_NUMERICSERV) in get_port()
/freebsd-13.1/contrib/ntp/
H A DChangeLog2939 * [Bug 1483] AI_NUMERICSERV undefined in 4.2.7p20.
H A DCommitLog152540 [Bug 1483] AI_NUMERICSERV undefined in 4.2.7p20.
152571 [Bug 1483] AI_NUMERICSERV undefined in 4.2.7p20.
152638 handle AI_NUMERICSERV being unavailable.