Searched refs:PPP_PROTOCOL (Results 1 – 6 of 6) sorted by relevance
379 proto = PPP_PROTOCOL(ibuf); in mppe_compress()666 (PPP_PROTOCOL(ibuf) >= 0x0021 && PPP_PROTOCOL(ibuf) <= 0x00fa)) in mppe_incomp()669 "(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf)); in mppe_incomp()
198 proto = PPP_PROTOCOL(rptr); in z_compress()528 proto = PPP_PROTOCOL(ibuf); in z_incomp()
615 ent = PPP_PROTOCOL(rptr); in bsd_compress()
348 (PPP_PROTOCOL(payload) == PPP_LCP) && in pptp_rcv_core()
24 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
822 proto = PPP_PROTOCOL(protobuf); in isdn_ppp_write()