Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
H A 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/
H A Dppp_defs.h43 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro
/third_party/lwip/src/include/netif/ppp/
H A Dppp_impl.h79 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro

Completed in 2 milliseconds