Searched refs:PPP_PROTOCOL (Results 1 – 4 of 4) sorted by relevance
54 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
188 proto = PPP_PROTOCOL(rptr);495 proto = PPP_PROTOCOL(ibuf);
623 ent = PPP_PROTOCOL(rptr); in bsd_compress()
819 proto = PPP_PROTOCOL(protobuf); in isdn_ppp_write()