Home
last modified time | relevance | path

Searched refs:PPP_PROTOCOL (Results 1 – 2 of 2) sorted by relevance

/lib/lwip/lwip/src/netif/ppp/
A Ddemand.c294 if ((PPP_PROTOCOL(frame) & 0x8000) != 0)
338 if (PPP_PROTOCOL(pkt->data) == proto) {
443 proto = PPP_PROTOCOL(p);
/lib/lwip/lwip/src/include/netif/ppp/
A Dppp_impl.h73 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro

Completed in 10 milliseconds