Home
last modified time | relevance | path

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

/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