Searched refs:AI_V4MAPPED_CFG (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/missing/
H A Daddrinfo.h65 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ macro
69 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
/freebsd-10.0-release/include/
H A Dnetdb.h185 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ macro
189 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
/freebsd-10.0-release/contrib/lukemftpd/
H A Dlukemftpd.h229 #undef AI_V4MAPPED_CFG macro
230 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ macro
/freebsd-10.0-release/contrib/tnftp/
H A Dtnftp.h286 #undef AI_V4MAPPED_CFG macro
287 #define AI_V4MAPPED_CFG 0x00000200 /* accept IPv4-mapped if kernel supports */ macro
/freebsd-10.0-release/lib/libc/net/
H A Dname6.c144 (((flags) & AI_V4MAPPED_CFG)))
/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c946 ipnode_flags |= AI_V4MAPPED_CFG;

Completed in 108 milliseconds