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

/freebsd-10-stable/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-stable/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-stable/lib/libc/tests/nss/
H A Dgethostby_test.c1251 ipnode_flags = AI_V4MAPPED_CFG;
1259 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL;
1284 ipnode_flags = AI_V4MAPPED_CFG;
1294 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL;
1379 ipnode_flags = AI_V4MAPPED_CFG;
1387 ipnode_flags = AI_V4MAPPED_CFG | AI_ADDRCONFIG;
1395 ipnode_flags = AI_V4MAPPED_CFG | AI_ALL;
1413 ipnode_flags = AI_V4MAPPED_CFG;
1423 ipnode_flags = AI_V4MAPPED_CFG | AI_ADDRCONFIG;
1433 ipnode_flags = AI_V4MAPPED_CFG | AI_AL
[all...]
/freebsd-10-stable/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-stable/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c946 ipnode_flags |= AI_V4MAPPED_CFG;
/freebsd-10-stable/lib/libc/net/
H A Dname6.c144 (((flags) & AI_V4MAPPED_CFG)))

Completed in 40 milliseconds