Home
last modified time | relevance | path

Searched refs:PPP_PROTOCOL (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_mppe.c346 proto = PPP_PROTOCOL(ibuf); in mppe_compress()
615 (PPP_PROTOCOL(ibuf) >= 0x0021 && PPP_PROTOCOL(ibuf) <= 0x00fa)) in mppe_incomp()
618 "(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf)); in mppe_incomp()
H A Dppp_deflate.c195 proto = PPP_PROTOCOL(rptr); in z_compress()
525 proto = PPP_PROTOCOL(ibuf); in z_incomp()
H A Dpptp.c308 (PPP_PROTOCOL(payload) == PPP_LCP) && in pptp_rcv_core()
H A Dbsd_comp.c615 ent = PPP_PROTOCOL(rptr); in bsd_compress()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dppp_defs.h25 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dppp_defs.h25 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp_defs.h25 #define PPP_PROTOCOL(p) ((((__u8 *)(p))[2] << 8) + ((__u8 *)(p))[3]) macro
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c615 switch (PPP_PROTOCOL(ppp_hdr)) { in __skb_flow_dissect_gre()