Home
last modified time | relevance | path

Searched refs:INADDR_NONE (Results 1 – 25 of 29) sorted by relevance

12

/third_party/curl/docs/examples/
Dexternalsocket.c51 #ifndef INADDR_NONE
52 #define INADDR_NONE 0xffffffff macro
127 if(INADDR_NONE == servaddr.sin_addr.s_addr) { in main()
/third_party/cares/
Dacountry.c68 #ifndef INADDR_NONE
69 #define INADDR_NONE 0xffffffff macro
162 if (addr.s_addr == INADDR_NONE) in main()
253 memset(addr, INADDR_NONE, sizeof(*addr)); in callback2()
Dares_private.h42 #ifndef INADDR_NONE
43 #define INADDR_NONE 0xffffffff macro
Dares__get_hostent.c138 addr.addrV4.s_addr = INADDR_NONE; in ares__get_hostent()
Dares_init.c937 (namesrvr.addrV4.S_un.S_addr == INADDR_NONE)) in get_DNS_NetworkParams()
1194 (namesrvr.sa4->sin_addr.S_un.S_addr == INADDR_NONE)) in get_DNS_AdaptersAddresses()
/third_party/node/deps/cares/src/tools/
Dacountry.c68 #ifndef INADDR_NONE
69 #define INADDR_NONE 0xffffffff macro
167 if (addr.s_addr == INADDR_NONE) in main()
258 memset(addr, INADDR_NONE, sizeof(*addr)); in callback2()
/third_party/curl/lib/
Dhostip.h186 #ifndef INADDR_NONE
189 #define CURL_INADDR_NONE INADDR_NONE
/third_party/mingw-w64/mingw-w64-crt/libsrc/wspiapi/
DWspiapiParseV4Address.c22 if (dwAddress == INADDR_NONE) in WspiapiParseV4Address()
/third_party/pulseaudio/src/pulsecore/
Darpa-inet.c91 if (in->s_addr == INADDR_NONE) in inet_pton()
Dsocket-client.c529 if (addr != INADDR_NONE)
/third_party/node/deps/cares/src/lib/
Dares_private.h42 #ifndef INADDR_NONE
43 #define INADDR_NONE 0xffffffff macro
Dares__get_hostent.c138 addr.addrV4.s_addr = INADDR_NONE; in ares__get_hostent()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c158 if (address == INADDR_NONE) { in lws_interface_to_sa()
164 if (address == INADDR_NONE) in lws_interface_to_sa()
/third_party/lwip/src/include/lwip/
Dinet.h71 #define INADDR_NONE IPADDR_NONE macro
/third_party/libnl/include/linux-private/linux/
Din.h281 #define INADDR_NONE ((unsigned long int) 0xffffffff) macro
/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/
D_ws1_undef.h94 #undef INADDR_NONE
/third_party/mingw-w64/mingw-w64-headers/include/
Dwspiapi.h96 if (dwAddress == INADDR_NONE) in WspiapiParseV4Address()
Dwinsock.h134 #define INADDR_NONE 0xffffffff macro
/third_party/pulseaudio/
Dmeson.build315 if not cc.has_header_symbol('netinet/in.h', 'INADDR_NONE')
316 if not cc.has_header_symbol('winsock2.h', 'INADDR_NONE')
317 # Define INADDR_NONE if not found (Solaris)
318 cdata.set('INADDR_NONE', '0xffffffff')
Dconfigure.ac492 # INADDR_NONE, Solaris lacks this
493 AX_CHECK_DEFINE([netinet/in.h], [INADDR_NONE], [],
494 [AX_CHECK_DEFINE([winsock2.h], [INADDR_NONE], [],
495 … [AC_DEFINE([INADDR_NONE], [0xffffffff], [Define INADDR_NONE if not found in <netinet/in.h>])])]) definition
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/musl/include/netinet/
Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c220 if (addr != INADDR_NONE) in set_ip_address_from_string()
/third_party/python/Modules/
Dsocketmodule.c543 #ifndef INADDR_NONE
544 #define INADDR_NONE (-1) macro
1182 if ((sin->sin_addr.s_addr = inet_addr(name)) != INADDR_NONE) { in setipaddr()
6338 if (packed_addr == INADDR_NONE) { /* invalid address */
8041 #ifdef INADDR_NONE
8042 PyModule_AddIntMacro(m, INADDR_NONE);

12