Searched refs:PF_UNSPEC (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 184 { PF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, "udp", 0x07 }, 185 { PF_UNSPEC, SOCK_STREAM, IPPROTO_TCP, "tcp", 0x07 }, 186 { PF_UNSPEC, SOCK_RAW, ANY, NULL, 0x05 }, 309 ((x) == (y) || (/*CONSTCOND*/(w) && ((x) == PF_UNSPEC || \ 310 (y) == PF_UNSPEC))) 607 pai->ai_family = PF_UNSPEC; in android_getaddrinfofornetcontext() 625 case PF_UNSPEC: in android_getaddrinfofornetcontext() 668 if (pai->ai_family == PF_UNSPEC) { in android_getaddrinfofornetcontext() 689 if (ex->e_af == PF_UNSPEC) in android_getaddrinfofornetcontext() 699 if (pai->ai_family == PF_UNSPEC) in android_getaddrinfofornetcontext() [all …]
|
/bionic/libc/include/sys/ |
D | socket.h | 182 #define PF_UNSPEC AF_UNSPEC macro
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 365 hints.ai_family = PF_UNSPEC; in __res_vinit()
|