| /src/crypto/openssh/openbsd-compat/ ! |
| H A D | fake-rfc2553.h | 110 #ifndef AI_NUMERICSERV 111 # define AI_NUMERICSERV (1<<3) macro
|
| /src/contrib/ntp/include/ ! |
| H A D | ntp_rfc2553.h | 171 #ifndef AI_NUMERICSERV /* not in RFC 2553 */ 174 # define Z_AI_NUMERICSERV AI_NUMERICSERV
|
| /src/crypto/krb5/src/kdc/ ! |
| H A D | t_sockact.c | 100 #ifdef AI_NUMERICSERV in main() 101 hints.ai_flags |= AI_NUMERICSERV; in main()
|
| /src/include/ ! |
| H A D | netdb.h | 193 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */ macro 196 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
|
| /src/crypto/heimdal/lib/roken/ ! |
| H A D | roken-common.h | 224 #ifndef AI_NUMERICSERV 225 #define AI_NUMERICSERV 0x08 macro
|
| /src/contrib/netbsd-tests/include/ ! |
| H A D | t_netdb.c | 79 #ifdef AI_NUMERICSERV in ATF_TC_BODY()
|
| /src/contrib/ntp/sntp/libevent/include/event2/ ! |
| H A D | util.h | 773 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO) 774 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
|
| /src/contrib/libevent/include/event2/ ! |
| H A D | util.h | 773 #if defined(AI_NUMERICSERV) && defined(EVENT__HAVE_GETADDRINFO) 774 #define EVUTIL_AI_NUMERICSERV AI_NUMERICSERV
|
| /src/usr.bin/getaddrinfo/ ! |
| H A D | getaddrinfo.c | 93 hints.ai_flags |= AI_NUMERICSERV; in main()
|
| /src/contrib/libevent/ ! |
| H A D | evutil.c | 1129 #ifndef AI_NUMERICSERV 1153 #ifdef AI_NUMERICSERV 1154 AI_NUMERICSERV | 1296 #ifdef AI_NUMERICSERV in test_for_getaddrinfo_hacks() 1297 AI_NUMERICSERV | in test_for_getaddrinfo_hacks() 1407 #ifndef AI_NUMERICSERV in evutil_getaddrinfo()
|
| /src/contrib/ntp/sntp/libevent/ ! |
| H A D | evutil.c | 1129 #ifndef AI_NUMERICSERV 1153 #ifdef AI_NUMERICSERV 1154 AI_NUMERICSERV | 1296 #ifdef AI_NUMERICSERV in test_for_getaddrinfo_hacks() 1297 AI_NUMERICSERV | in test_for_getaddrinfo_hacks() 1407 #ifndef AI_NUMERICSERV in evutil_getaddrinfo()
|
| /src/crypto/krb5/src/lib/kadm5/clnt/ ! |
| H A D | client_init.c | 533 #ifdef AI_NUMERICSERV in connect_to_server() 534 hint.ai_flags |= AI_NUMERICSERV; in connect_to_server()
|
| /src/crypto/krb5/src/util/support/ ! |
| H A D | fake-addrinfo.c | 1122 #ifdef AI_NUMERICSERV in getaddrinfo() 1123 if (hint && hint->ai_flags & AI_NUMERICSERV) in getaddrinfo()
|
| /src/usr.sbin/bhyve/ ! |
| H A D | uart_backend.c | 447 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV | AI_PASSIVE; in uart_tcp_backend()
|
| H A D | rfb.c | 1403 hints.ai_flags = AI_NUMERICHOST | AI_NUMERICSERV | AI_PASSIVE; in rfb_init()
|
| /src/crypto/openssh/ ! |
| H A D | defines.h | 724 # define AI_NUMERICSERV 0 macro
|
| H A D | ssh.c | 319 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in is_addr() 350 hints.ai_flags = AI_NUMERICHOST|AI_NUMERICSERV; in resolve_addr()
|
| /src/sbin/hastd/ ! |
| H A D | proto_tcp.c | 113 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
|
| /src/crypto/krb5/src/lib/apputils/ ! |
| H A D | net-server.c | 958 #ifdef AI_NUMERICSERV in setup_addresses() 959 hints.ai_flags |= AI_NUMERICSERV; in setup_addresses()
|
| /src/usr.sbin/iscsid/ ! |
| H A D | iscsid.c | 207 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in resolve_addr()
|
| /src/contrib/openbsm/bin/auditdistd/ ! |
| H A D | proto_tcp.c | 119 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICSERV; in tcp_addr()
|
| /src/crypto/krb5/src/lib/krb5/os/ ! |
| H A D | sendto_kdc.c | 849 #ifdef AI_NUMERICSERV in resolve_server() 850 hint.ai_flags |= AI_NUMERICSERV; in resolve_server()
|
| /src/contrib/bsnmp/snmpd/ ! |
| H A D | trans_inet.c | 970 hints.ai_flags = AI_ADDRCONFIG | AI_PASSIVE | AI_NUMERICSERV; in dns_activate()
|
| /src/crypto/heimdal/lib/krb5/ ! |
| H A D | krbhst.c | 394 hints.ai_flags |= AI_NUMERICHOST | AI_NUMERICSERV; in krb5_krbhst_get_addrinfo()
|
| /src/lib/libc/tests/sys/ ! |
| H A D | sendfile_test.c | 120 hints.ai_flags = AI_ADDRCONFIG|AI_NUMERICSERV|AI_NUMERICHOST; in resolve_localhost()
|