Home
last modified time | relevance | path

Searched refs:IP_CLASSD (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip_addr.h125 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) macro
129 #define IP_MULTICAST(a) IP_CLASSD(a)
A Dinet.h79 #define IN_CLASSD(d) IP_CLASSD(d)
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dip4_addr.h108 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) macro
112 #define IP_MULTICAST(a) IP_CLASSD(a)
A Dinet.h110 #define IN_CLASSD(d) IP_CLASSD(d)
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dip4_addr.h92 #define IP_CLASSD(a) (((u32_t)(a) & 0xf0000000UL) == 0xe0000000UL) macro
96 #define IP_MULTICAST(a) IP_CLASSD(a)
A Dinet.h110 #define IN_CLASSD(d) IP_CLASSD(d)

Completed in 8 milliseconds