Home
last modified time | relevance | path

Searched refs:AI_CANONNAME (Results 1 – 25 of 52) sorted by relevance

123

/freebsd/contrib/unbound/compat/
H A Dfake-rfc2553.h104 #ifndef AI_CANONNAME
105 # define AI_CANONNAME (1<<1) macro
/freebsd/contrib/ldns/compat/
H A Dfake-rfc2553.h109 #ifndef AI_CANONNAME
110 # define AI_CANONNAME (1<<1) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h104 #ifndef AI_CANONNAME
105 # define AI_CANONNAME (1<<1) macro
/freebsd/contrib/ntp/include/
H A Dntp_rfc2553.h156 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro
160 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG)
/freebsd/crypto/heimdal/lib/krb5/
H A Dexpand_hostname.c78 hints.ai_flags = AI_CANONNAME; in krb5_expand_hostname()
158 hints.ai_flags = AI_CANONNAME; in krb5_expand_hostname_realms()
/freebsd/contrib/tnftp/
H A Dtnftp.h274 #undef AI_CANONNAME
275 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro
281 #define AI_MASK (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST)
/freebsd/include/
H A Dnetdb.h191 #define AI_CANONNAME 0x00000002 /* fill ai_canonname */ macro
196 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | \
/freebsd/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c234 if (*flags & AI_CANONNAME) { in add_hostent()
264 if (*flags & AI_CANONNAME) { in add_hostent()
265 *flags &= ~AI_CANONNAME; in add_hostent()
H A Droken-common.h217 #define AI_CANONNAME 0x02 macro
/freebsd/contrib/bsnmp/lib/
H A Dsupport.h62 #define AI_CANONNAME 0x0001 macro
/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c78 hints.ai_flags |= AI_CANONNAME; in main()
154 if ((hints.ai_flags & AI_CANONNAME) && (addrinfo != NULL)) { in main()
/freebsd/contrib/tcp_wrappers/
H A Dsocket.c216 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 Dscaffold.c96 hints.ai_flags = AI_PASSIVE | AI_CANONNAME; in find_inet_addr()
/freebsd/contrib/netbsd-tests/include/
H A Dt_netdb.c63 #ifdef AI_CANONNAME in ATF_TC_BODY()
/freebsd/contrib/ntp/libntp/
H A Dsocktohost.c70 hints.ai_flags = AI_CANONNAME; in socktohost()
/freebsd/lib/libc/net/
H A Drcmdsh.c83 hints.ai_flags = AI_CANONNAME; in rcmdsh()
/freebsd/crypto/heimdal/lib/wind/
H A Didn-lookup.c111 hints.ai_flags = AI_CANONNAME; in lookup()
/freebsd/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c118 ai.ai_flags |= AI_CANONNAME; in main()
/freebsd/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h763 #if defined(AI_CANONNAME) && defined(EVENT__HAVE_GETADDRINFO)
764 #define EVUTIL_AI_CANONNAME AI_CANONNAME
/freebsd/contrib/libevent/include/event2/
H A Dutil.h763 #if defined(AI_CANONNAME) && defined(EVENT__HAVE_GETADDRINFO)
764 #define EVUTIL_AI_CANONNAME AI_CANONNAME
/freebsd/lib/libc/tests/nss/
H A Dgetaddrinfo_test.c364 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/usr.bin/finger/
H A Dnet.c70 hint.ai_flags = AI_CANONNAME; in netfinger()
/freebsd/lib/libutil/
H A Drealhostname.c136 hints.ai_flags = AI_CANONNAME | AI_PASSIVE; in realhostname_sa()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Druserpass.c88 hints.ai_flags = AI_CANONNAME; in guess_domain()
/freebsd/usr.sbin/nfscbd/
H A Dnfscbd.c129 hints.ai_flags = AI_CANONNAME; in main()

123