HomeSort by: relevance | last modified time | path
    Searched defs:INADDR_ANY (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/include/isc/
net.h 44 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY, #IN6ADDR_ANY_INIT,
155 #ifndef INADDR_ANY
157 #define INADDR_ANY 0x00000000UL
158 #endif /* ifndef INADDR_ANY */
  /src/external/mpl/dhcp/bind/dist/lib/isc/unix/include/isc/
net.h 45 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY, #IN6ADDR_ANY_INIT,
175 #ifndef INADDR_ANY
177 #define INADDR_ANY 0x00000000UL
178 #endif /* ifndef INADDR_ANY */
  /src/sys/netinet/
in.h 228 #define INADDR_ANY __IPADDR(0x00000000)
461 #define in_nullhost(x) ((x).s_addr == INADDR_ANY)

Completed in 24 milliseconds