| /freebsd-13.1/crypto/openssh/openbsd-compat/ |
| H A D | fake-rfc2553.h | 110 #ifndef AI_NUMERICSERV 111 # define AI_NUMERICSERV (1<<3) macro
|
| /freebsd-13.1/contrib/ntp/include/ |
| H A D | ntp_rfc2553.h | 171 #ifndef AI_NUMERICSERV /* not in RFC 2553 */ 174 # define Z_AI_NUMERICSERV AI_NUMERICSERV
|
| /freebsd-13.1/include/ |
| H A D | netdb.h | 192 #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 D | roken-common.h | 224 #ifndef AI_NUMERICSERV 225 #define AI_NUMERICSERV 0x08 macro
|
| /freebsd-13.1/contrib/netbsd-tests/include/ |
| H A D | t_netdb.c | 79 #ifdef AI_NUMERICSERV in ATF_TC_BODY()
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | util.h | 724 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO) 725 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
|
| /freebsd-13.1/contrib/libevent/include/event2/ |
| H A D | util.h | 753 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO) 754 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/ |
| H A D | evutil.c | 1091 #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 D | evutil.c | 1095 #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 D | getaddrinfo.c | 96 hints.ai_flags |= AI_NUMERICSERV; in main()
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | defines.h | 647 # define AI_NUMERICSERV 0 macro
|
| H A D | ssh.c | 313 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in is_addr() 344 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in resolve_addr()
|
| H A D | configure.ac | 2554 AC_CHECK_DECLS(AI_NUMERICSERV, , ,
|
| /freebsd-13.1/usr.sbin/iscsid/ |
| H A D | iscsid.c | 143 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in resolve_addr()
|
| /freebsd-13.1/sbin/hastd/ |
| H A D | proto_tcp.c | 116 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
|
| /freebsd-13.1/contrib/openbsm/bin/auditdistd/ |
| H A D | proto_tcp.c | 119 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
|
| /freebsd-13.1/contrib/bsnmp/snmpd/ |
| H A D | trans_inet.c | 972 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE | AI_NUMERICSERV; in dns_activate()
|
| /freebsd-13.1/crypto/heimdal/lib/krb5/ |
| H A D | krbhst.c | 394 hints.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV; in krb5_krbhst_get_addrinfo()
|
| /freebsd-13.1/lib/libc/tests/sys/ |
| H A D | sendfile_test.c | 123 hints.ai_flags = AI_ADDRCONFIG|AI_NUMERICSERV|AI_NUMERICHOST; in resolve_localhost()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | rfb.c | 1100 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV | AI_PASSIVE; in rfb_init()
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | getaddrinfo.c | 1541 if (ai->ai_flags & AI_NUMERICSERV) in get_port()
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | ChangeLog | 2939 * [Bug 1483] AI_NUMERICSERV undefined in 4.2.7p20.
|
| H A D | CommitLog | 152540 [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.
|