Home
last modified time | relevance | path

Searched refs:INADDR_NONE (Results 1 - 20 of 20) sorted by relevance

/third_party/backends/lib/
H A Dinet_pton.c38 # if !defined(INADDR_NONE) in inet_pton()
39 # define INADDR_NONE -1 in inet_pton()
40 # endif /* !defined(INADDR_NONE) */ in inet_pton()
44 if (in != INADDR_NONE) in inet_pton()
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dinet_addr.c30 EXPECT_NE("inet_addr_0100", result, INADDR_NONE); in inet_addr_0100()
43 EXPECT_EQ("inet_addr_0200", result, INADDR_NONE); in inet_addr_0200()
56 EXPECT_EQ("inet_addr_0300", result, INADDR_NONE); in inet_addr_0300()
/third_party/curl/docs/examples/
H A Dexternalsocket.c50 #ifndef INADDR_NONE
51 #define INADDR_NONE 0xffffffff macro
126 if(INADDR_NONE == servaddr.sin_addr.s_addr) { in main()
/third_party/curl/lib/
H A Dhostip.h182 #ifndef INADDR_NONE
185 #define CURL_INADDR_NONE INADDR_NONE
/third_party/pulseaudio/src/pulsecore/
H A Darpa-inet.c91 if (in->s_addr == INADDR_NONE) in inet_pton()
H A Dsocket-client.c529 if (addr != INADDR_NONE)
/third_party/lwip/src/include/lwip/
H A Dinet.h71 #define INADDR_NONE IPADDR_NONE macro
/third_party/node/deps/cares/src/lib/
H A Dares_private.h49 #ifndef INADDR_NONE
50 # define INADDR_NONE 0xffffffff macro
H A Dares_sysconfig.c387 (namesrvr.sa4->sin_addr.S_un.S_addr == INADDR_NONE)) { in get_DNS_Windows()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c188 if (address == INADDR_NONE) { in lws_interface_to_sa()
194 if (address == INADDR_NONE) in lws_interface_to_sa()
/third_party/lame/frontend/
H A Drtp.c235 else if (dest.sin_addr.s_addr == INADDR_NONE) { in rtp_socket()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/musl/include/netinet/
H A Din.h49 #define INADDR_NONE ((in_addr_t) 0xffffffff) macro
/third_party/python/Modules/
H A Dsocketmodule.c519 #ifndef INADDR_NONE
520 #define INADDR_NONE (-1) macro
1112 /* special-case broadcast - inet_addr() below can return INADDR_NONE for in setipaddr()
1167 if ((sin->sin_addr.s_addr = inet_addr(name)) != INADDR_NONE) { in setipaddr()
6364 /* special-case this address as inet_addr might return INADDR_NONE
6373 if (packed_addr == INADDR_NONE) { /* invalid address */
8151 #ifdef INADDR_NONE
8152 PyModule_AddIntMacro(m, INADDR_NONE);
8154 PyModule_AddIntConstant(m, "INADDR_NONE", 0xffffffff);
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs310 pub const INADDR_NONE: in_addr_t = 4294967295; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1397 pub const INADDR_NONE: in_addr_t = 4294967295; consts

Completed in 41 milliseconds