Home
last modified time | relevance | path

Searched refs:PBUF_FLAG_LLMCAST (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/netif/
Dethernet.c153 p->flags |= PBUF_FLAG_LLMCAST;
161 p->flags |= PBUF_FLAG_LLMCAST;
/third_party/lwip/src/include/lwip/
Dpbuf.h181 #define PBUF_FLAG_LLMCAST 0x10U macro
/third_party/lwip/src/core/ipv4/
Dip4.c254 if ((p->flags & PBUF_FLAG_LLMCAST) || IP_MULTICAST(addr)) { in ip4_canforward()