Home
last modified time | relevance | path

Searched refs:PF_UNSPEC (Results 1 – 24 of 24) sorted by relevance

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-udpclient.c163 family = PF_UNSPEC; in main()
222 if (family == PF_UNSPEC) { in main()
Dns-tcpclient.c155 family = PF_UNSPEC; in main()
233 if (family == PF_UNSPEC) { in main()
Dns-udpserver.c207 family = PF_UNSPEC; in main()
263 if (family == PF_UNSPEC) { in main()
Dns-tcpserver.c543 server.family = PF_UNSPEC; in main()
612 if (server.family == PF_UNSPEC) { in main()
/third_party/python/Modules/
Dgetaddrinfo.c267 pai->ai_family = PF_UNSPEC; in getaddrinfo()
286 case PF_UNSPEC: in getaddrinfo()
387 if (!(pai->ai_family == PF_UNSPEC in getaddrinfo()
441 pai->ai_family == PF_UNSPEC) { in getaddrinfo()
/third_party/node/deps/cares/
DTODO11 - When built to support IPv6, it needs to also support PF_UNSPEC or similar,
/third_party/musl/ndk_musl_include/sys/
Dsocket.h103 #define PF_UNSPEC 0 macro
153 #define AF_UNSPEC PF_UNSPEC
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h99 #define PF_UNSPEC 0 macro
149 #define AF_UNSPEC PF_UNSPEC
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h88 #define PF_UNSPEC 0 macro
138 #define AF_UNSPEC PF_UNSPEC
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h99 #define PF_UNSPEC 0 macro
149 #define AF_UNSPEC PF_UNSPEC
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h99 #define PF_UNSPEC 0 macro
149 #define AF_UNSPEC PF_UNSPEC
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h103 #define PF_UNSPEC 0 macro
153 #define AF_UNSPEC PF_UNSPEC
/third_party/musl/include/sys/
Dsocket.h99 #define PF_UNSPEC 0 macro
149 #define AF_UNSPEC PF_UNSPEC
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h99 #define PF_UNSPEC 0 macro
149 #define AF_UNSPEC PF_UNSPEC
/third_party/iptables/extensions/
Dlibxt_LED.c124 .family = PF_UNSPEC,
/third_party/curl/lib/
Dhostip6.c149 pf = PF_UNSPEC; in Curl_getaddrinfo()
Dasyn-thread.c706 pf = PF_UNSPEC; in Curl_resolver_getaddrinfo()
/third_party/boost/boost/asio/ip/
Dbasic_resolver_query.hpp71 hints_.ai_family = PF_UNSPEC; in basic_resolver_query()
/third_party/boost/libs/asio/include/boost/asio/ip/
Dbasic_resolver_query.hpp71 hints_.ai_family = PF_UNSPEC; in basic_resolver_query()
/third_party/libwebsockets/lib/core-net/client/
Dconnect2.c59 hints.ai_family = PF_UNSPEC; in lws_getaddrinfo46()
/third_party/libwebsockets/include/
Dlibwebsockets.h479 #define PF_UNSPEC 0 macro
/third_party/pulseaudio/src/pulsecore/
Dsocket-client.c479 hints.ai_family = PF_UNSPEC;
/third_party/lwip/src/include/lwip/
Dsockets.h246 #define PF_UNSPEC AF_UNSPEC macro
/third_party/libwebsockets/lib/core-net/
Dnetwork.c85 ai.ai_family = PF_UNSPEC; in lws_get_addresses()