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

/external/kernel-headers/original/uapi/linux/
H A Dppp_defs.h24 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
/external/ppp/pppd/include/net/
H A Dppp_defs.h69 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro

Completed in 47 milliseconds