Home
last modified time | relevance | path

Searched defs:EAI_ADDRFAMILY (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Modules/
Daddrinfo.h58 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/external/python/cpython2/Modules/
Daddrinfo.h58 #define EAI_ADDRFAMILY 1 /* address family for hostname not supported */ macro
/external/musl/include/
Dnetdb.h140 #define EAI_ADDRFAMILY -9 macro
/external/rust/crates/libc/src/unix/redox/
Dmod.rs457 pub const EAI_ADDRFAMILY: ::c_int = -9; constant