| /freebsd-14.2/contrib/unbound/compat/ |
| H A D | fake-rfc2553.h | 104 #ifndef AI_CANONNAME 105 # define AI_CANONNAME (1<<1) macro
|
| /freebsd-14.2/contrib/ldns/compat/ |
| H A D | fake-rfc2553.h | 109 #ifndef AI_CANONNAME 110 # define AI_CANONNAME (1<<1) macro
|
| /freebsd-14.2/contrib/ntp/include/ |
| H A D | ntp_rfc2553.h | 156 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro 160 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG)
|
| /freebsd-14.2/crypto/openssh/openbsd-compat/ |
| H A D | fake-rfc2553.h | 104 #ifndef AI_CANONNAME 105 # define AI_CANONNAME (1<<1) macro
|
| /freebsd-14.2/crypto/heimdal/lib/krb5/ |
| H A D | expand_hostname.c | 78 hints.ai_flags = AI_CANONNAME; in krb5_expand_hostname() 158 hints.ai_flags = AI_CANONNAME; in krb5_expand_hostname_realms()
|
| /freebsd-14.2/contrib/tnftp/ |
| H A D | tnftp.h | 274 #undef AI_CANONNAME 275 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro 281 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
|
| /freebsd-14.2/include/ |
| H A D | netdb.h | 192 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro 197 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
|
| /freebsd-14.2/crypto/heimdal/lib/roken/ |
| H A D | getaddrinfo.c | 234 if (*flags & AI_CANONNAME) { in add_hostent() 264 if (*flags & AI_CANONNAME) { in add_hostent() 265 *flags &= ~AI_CANONNAME; in add_hostent()
|
| H A D | roken-common.h | 217 #define AI_CANONNAME 0x02 macro
|
| /freebsd-14.2/contrib/bsnmp/lib/ |
| H A D | support.h | 62 #define AI_CANONNAME 0x0001 macro
|
| /freebsd-14.2/usr.bin/getaddrinfo/ |
| H A D | getaddrinfo.c | 79 hints.ai_flags |= AI_CANONNAME; in main() 155 if ((hints.ai_flags & AI_CANONNAME) && (addrinfo != NULL)) { in main()
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | socket.c | 216 hints.ai_flags = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST; in sock_hostname() 245 hints.ai_flags = AI_PASSIVE | AI_CANONNAME; in sock_hostname()
|
| H A D | scaffold.c | 96 hints.ai_flags = AI_PASSIVE | AI_CANONNAME; in find_inet_addr()
|
| /freebsd-14.2/contrib/netbsd-tests/include/ |
| H A D | t_netdb.c | 63 #ifdef AI_CANONNAME in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/ntp/libntp/ |
| H A D | socktohost.c | 70 hints.ai_flags = AI_CANONNAME; in socktohost()
|
| /freebsd-14.2/lib/libc/net/ |
| H A D | rcmdsh.c | 83 hints.ai_flags = AI_CANONNAME; in rcmdsh()
|
| /freebsd-14.2/crypto/heimdal/lib/wind/ |
| H A D | idn-lookup.c | 111 hints.ai_flags = AI_CANONNAME; in lookup()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/net/getaddrinfo/ |
| H A D | h_gai.c | 118 ai.ai_flags |= AI_CANONNAME; in main()
|
| /freebsd-14.2/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | util.h | 763 #if defined(AI_CANONNAME) && defined(EVENT__HAVE_GETADDRINFO) 764 #define EVUTIL_AI_CANONNAME AI_CANONNAME
|
| /freebsd-14.2/contrib/libevent/include/event2/ |
| H A D | util.h | 763 #if defined(AI_CANONNAME) && defined(EVENT__HAVE_GETADDRINFO) 764 #define EVUTIL_AI_CANONNAME AI_CANONNAME
|
| /freebsd-14.2/lib/libc/tests/nss/ |
| H A D | getaddrinfo_test.c | 364 if ((ai->ai_flags & ~(AI_CANONNAME | AI_NUMERICHOST | AI_PASSIVE)) != 0) in addrinfo_test_correctness() 425 hints.ai_flags = AI_CANONNAME; in run_tests()
|
| /freebsd-14.2/usr.bin/finger/ |
| H A D | net.c | 77 hint.ai_flags = AI_CANONNAME; in netfinger()
|
| /freebsd-14.2/lib/libutil/ |
| H A D | realhostname.c | 137 hints.ai_flags = AI_CANONNAME | AI_PASSIVE; in realhostname_sa()
|
| /freebsd-14.2/crypto/heimdal/appl/ftp/ftp/ |
| H A D | ruserpass.c | 88 hints.ai_flags = AI_CANONNAME; in guess_domain()
|
| /freebsd-14.2/usr.sbin/nfscbd/ |
| H A D | nfscbd.c | 130 hints.ai_flags = AI_CANONNAME; in main()
|