Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dip4_addr.h101 #define IP_LOOPBACKNET 127 /* official! */ macro
119 …(ipaddr) (((ipaddr)->addr & PP_HTONL(IP_CLASSA_NET)) == PP_HTONL(((u32_t)IP_LOOPBACKNET) << 24))
H A Dinet.h126 #define IN_LOOPBACKNET IP_LOOPBACKNET
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c263 if ((net == 0) || (net == ((u32_t)IP_LOOPBACKNET << IP_CLASSA_NSHIFT))) { in ip4_canforward()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dipcp.c1947 if ((addr >> IP_CLASSA_NSHIFT) == IP_LOOPBACKNET in ipcp_up()