Home
last modified time | relevance | path

Searched refs:IN_CLASSA_NET (Results 1 – 11 of 11) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Din.h251 #define IN_CLASSA_NET 0xff000000 macro
253 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h157 #define IN_CLASSA_NET 0xff000000 macro
159 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/musl/ndk_musl_include/netinet/
Din.h157 #define IN_CLASSA_NET 0xff000000 macro
159 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h157 #define IN_CLASSA_NET 0xff000000 macro
159 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h157 #define IN_CLASSA_NET 0xff000000 macro
159 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h157 #define IN_CLASSA_NET 0xff000000 macro
159 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/musl/include/netinet/
Din.h157 #define IN_CLASSA_NET 0xff000000 macro
159 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h157 #define IN_CLASSA_NET 0xff000000 macro
159 #define IN_CLASSA_HOST (0xffffffff & ~IN_CLASSA_NET)
/third_party/lwip/src/include/lwip/
Dinet.h93 #define IN_CLASSA_NET IP_CLASSA_NET macro
/third_party/lwip/src/netif/ppp/
Dauth.c2129 mask = IN_CLASSA_NET;
/third_party/node/deps/cares/src/lib/
Dares_init.c2478 pat->mask.addr4.s_addr = htonl(IN_CLASSA_NET); in natural_mask()