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

/external/ppp/pppd/include/net/
H A Dppp_defs.h64 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro
/external/ppp/pppd/
H A Ddemand.c278 if ((PPP_PROTOCOL(frame) & 0x8000) != 0)
312 if (PPP_PROTOCOL(pkt->data) == proto) {
342 proto = PPP_PROTOCOL(p);
/external/kernel-headers/original/linux/
H A Dppp_defs.h54 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro

Completed in 14 milliseconds