Home
last modified time | relevance | path

Searched refs:AI_ALL (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
H A Dgetaddrinfo.h48 # define AI_ALL 0x0010 /* Return IPv4 mapped and IPv6 addresses. */ macro
/dragonfly/contrib/tnftp/
H A Dtnftp.h297 #undef AI_ALL
298 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/dragonfly/include/
H A Dnetdb.h209 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */ macro
/dragonfly/lib/libc/net/
H A Dname6.c285 if (af == AF_INET6 && ((flags & AI_ALL) || hp == NULL) && in getipnodebyname()