Home
last modified time | relevance | path

Searched refs:IP_CLASSA (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Dinet.h92 #define IN_CLASSA(a) IP_CLASSA(a)
Dip4_addr.h75 #define IP_CLASSA(a) ((((u32_t)(a)) & 0x80000000UL) == 0) macro
/third_party/lwip/src/core/ipv4/
Dip4.c261 if (IP_CLASSA(addr)) { in ip4_canforward()
/third_party/lwip/src/netif/ppp/
Dppp.c1208 if (IP_CLASSA(addr)) { /* determine network mask for address class */ in get_mask()