/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-udpclient.c | 163 family = PF_UNSPEC; in main() 222 if (family == PF_UNSPEC) { in main()
|
D | ns-tcpclient.c | 155 family = PF_UNSPEC; in main() 233 if (family == PF_UNSPEC) { in main()
|
D | ns-udpserver.c | 207 family = PF_UNSPEC; in main() 263 if (family == PF_UNSPEC) { in main()
|
D | ns-tcpserver.c | 543 server.family = PF_UNSPEC; in main() 612 if (server.family == PF_UNSPEC) { in main()
|
/third_party/python/Modules/ |
D | getaddrinfo.c | 267 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/ |
D | TODO | 11 - When built to support IPv6, it needs to also support PF_UNSPEC or similar,
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 103 #define PF_UNSPEC 0 macro 153 #define AF_UNSPEC PF_UNSPEC
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 99 #define PF_UNSPEC 0 macro 149 #define AF_UNSPEC PF_UNSPEC
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 88 #define PF_UNSPEC 0 macro 138 #define AF_UNSPEC PF_UNSPEC
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 99 #define PF_UNSPEC 0 macro 149 #define AF_UNSPEC PF_UNSPEC
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 99 #define PF_UNSPEC 0 macro 149 #define AF_UNSPEC PF_UNSPEC
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 103 #define PF_UNSPEC 0 macro 153 #define AF_UNSPEC PF_UNSPEC
|
/third_party/musl/include/sys/ |
D | socket.h | 99 #define PF_UNSPEC 0 macro 149 #define AF_UNSPEC PF_UNSPEC
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 99 #define PF_UNSPEC 0 macro 149 #define AF_UNSPEC PF_UNSPEC
|
/third_party/iptables/extensions/ |
D | libxt_LED.c | 124 .family = PF_UNSPEC,
|
/third_party/curl/lib/ |
D | hostip6.c | 149 pf = PF_UNSPEC; in Curl_getaddrinfo()
|
D | asyn-thread.c | 706 pf = PF_UNSPEC; in Curl_resolver_getaddrinfo()
|
/third_party/boost/boost/asio/ip/ |
D | basic_resolver_query.hpp | 71 hints_.ai_family = PF_UNSPEC; in basic_resolver_query()
|
/third_party/boost/libs/asio/include/boost/asio/ip/ |
D | basic_resolver_query.hpp | 71 hints_.ai_family = PF_UNSPEC; in basic_resolver_query()
|
/third_party/libwebsockets/lib/core-net/client/ |
D | connect2.c | 59 hints.ai_family = PF_UNSPEC; in lws_getaddrinfo46()
|
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 479 #define PF_UNSPEC 0 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | socket-client.c | 479 hints.ai_family = PF_UNSPEC;
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 246 #define PF_UNSPEC AF_UNSPEC macro
|
/third_party/libwebsockets/lib/core-net/ |
D | network.c | 85 ai.ai_family = PF_UNSPEC; in lws_get_addresses()
|