Home
last modified time | relevance | path

Searched refs:IN_CLASSD (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Din.h267 #define IN_CLASSD(a) ((((long int) (a)) & 0xf0000000) == 0xe0000000) macro
268 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/musl/ndk_musl_include/netinet/
Din.h170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/musl/include/netinet/
Din.h170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h170 #define IN_CLASSD(a) ((((in_addr_t)(a)) & 0xf0000000) == 0xe0000000) macro
171 #define IN_MULTICAST(a) IN_CLASSD(a)
/third_party/lwip/src/include/lwip/
Dinet.h110 #define IN_CLASSD(d) IP_CLASSD(d) macro