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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dppp_defs.h69 #define PPP_PROTOCOL(p) ((((u_char *)(p))[2] << 8) + ((u_char *)(p))[3]) macro
H A Dppp_deflate.c276 proto = PPP_PROTOCOL(rptr);
670 proto = PPP_PROTOCOL(rptr);
H A Dbsd_comp.c562 ent = PPP_PROTOCOL(rptr);
745 ent = PPP_PROTOCOL(rptr);

Completed in 10 milliseconds