Home
last modified time | relevance | path

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

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