| /freebsd-9-stable/contrib/ntp/include/ |
| D | ntp_rfc2553.h | 157 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro 160 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG) 165 #ifndef AI_NUMERICHOST /* such as AIX 4.3 */ 168 # define Z_AI_NUMERICHOST AI_NUMERICHOST
|
| /freebsd-9-stable/contrib/tcpdump/missing/ |
| D | addrinfo.h | 60 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro 62 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
|
| /freebsd-9-stable/crypto/openssh/openbsd-compat/ |
| D | fake-rfc2553.h | 109 #ifndef AI_NUMERICHOST 110 # define AI_NUMERICHOST (1<<2) macro
|
| D | fake-rfc2553.c | 206 if (hints && hints->ai_flags & AI_NUMERICHOST) in getaddrinfo()
|
| /freebsd-9-stable/contrib/ntp/lib/isc/win32/ |
| D | netdb.h | 107 #undef AI_NUMERICHOST 111 #define AI_NUMERICHOST 0x00000004 macro
|
| /freebsd-9-stable/contrib/tnftp/ |
| D | tnftp.h | 278 #undef AI_NUMERICHOST 279 #define AI_NUMERICHOST 0x00000004 /* prevent name resolution */ macro 281 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
|
| /freebsd-9-stable/include/ |
| D | netdb.h | 177 #define AI_NUMERICHOST 0x00000004 /* prevent host name resolution */ macro 181 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
|
| /freebsd-9-stable/crypto/heimdal/lib/roken/ |
| D | roken-common.h | 206 #ifndef AI_NUMERICHOST 207 #define AI_NUMERICHOST 0x04 macro
|
| /freebsd-9-stable/contrib/bind9/lib/export/samples/ |
| D | sample-request.c | 217 #ifdef AI_NUMERICHOST in main() 218 hints.ai_flags = AI_NUMERICHOST; in main()
|
| D | sample-update.c | 185 #ifdef AI_NUMERICHOST in main() 186 hints.ai_flags = AI_NUMERICHOST; in main() 209 #ifdef AI_NUMERICHOST in main() 210 hints.ai_flags = AI_NUMERICHOST; in main()
|
| /freebsd-9-stable/usr.sbin/rpc.lockd/ |
| D | lockd.c | 555 hints.ai_flags |= AI_NUMERICHOST; in create_service() 570 hints.ai_flags |= AI_NUMERICHOST; in create_service() 860 hints.ai_flags &= AI_NUMERICHOST; in lookup_addresses() 874 hints.ai_flags &= AI_NUMERICHOST; in lookup_addresses()
|
| /freebsd-9-stable/contrib/ntp/libntp/ |
| D | is_ip_address.c | 74 hints.ai_flags |= AI_NUMERICHOST; in is_ip_address()
|
| /freebsd-9-stable/lib/bind/lwres/lwres/ |
| D | netdb.h | 117 #undef AI_NUMERICHOST 121 #define AI_NUMERICHOST 0x00000004 macro
|
| /freebsd-9-stable/contrib/bind9/lib/irs/include/irs/ |
| D | netdb.h.in | 116 #undef AI_NUMERICHOST 120 #define AI_NUMERICHOST 0x00000004 macro
|
| /freebsd-9-stable/contrib/bind9/lib/lwres/ |
| D | getaddrinfo.c | 171 #define ISC_AI_MASK (AI_PASSIVE|AI_CANONNAME|AI_NUMERICHOST) 348 (family == 0 || (flags & AI_NUMERICHOST) != 0)) { in lwres_getaddrinfo() 452 } else if ((flags & AI_NUMERICHOST) != 0) { in lwres_getaddrinfo()
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/include/event2/ |
| D | util.h | 719 #if defined(AI_NUMERICHOST) && defined(EVENT__HAVE_GETADDRINFO) 720 #define EVUTIL_AI_NUMERICHOST AI_NUMERICHOST
|
| /freebsd-9-stable/contrib/tcp_wrappers/ |
| D | hosts_access.c | 375 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST; 460 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST;
|
| D | scaffold.c | 94 hints.ai_flags = AI_PASSIVE | AI_NUMERICHOST;
|
| /freebsd-9-stable/contrib/libpcap/ |
| D | scanner.l | 67 #if !defined(AI_NUMERICHOST) 68 #define AI_NUMERICHOST 0x04 macro 340 hints.ai_flags = AI_NUMERICHOST;
|
| /freebsd-9-stable/usr.sbin/rpc.statd/ |
| D | statd.c | 375 hints.ai_flags |= AI_NUMERICHOST; in create_service() 390 hints.ai_flags |= AI_NUMERICHOST; in create_service()
|
| /freebsd-9-stable/crypto/openssh/ |
| D | dns.c | 179 hints.ai_flags = AI_NUMERICHOST; in is_numeric_hostname()
|
| /freebsd-9-stable/usr.sbin/mtest/ |
| D | mtest.c | 304 hints.ai_flags = AI_NUMERICHOST; in parse_cmd_args() 551 hints.ai_flags = AI_NUMERICHOST; in process_cmd()
|
| /freebsd-9-stable/usr.sbin/rpcbind/ |
| D | rpcbind.c | 366 hints.ai_flags &= AI_NUMERICHOST; in init_transport() 381 hints.ai_flags &= AI_NUMERICHOST; in init_transport()
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | evutil.c | 1088 #ifndef AI_NUMERICHOST 1112 #ifdef AI_NUMERICHOST 1113 AI_NUMERICHOST | 1247 #ifdef AI_NUMERICHOST in test_for_getaddrinfo_hacks() 1248 AI_NUMERICHOST | in test_for_getaddrinfo_hacks()
|
| /freebsd-9-stable/tools/regression/netinet6/inet6_rth/ |
| D | inet6_rth-segments.c | 122 hints.ai_flags = AI_NUMERICHOST; in test_rth_add()
|