Home
last modified time | relevance | path

Searched defs:pppoe_hdr (Results 1 – 4 of 4) sorted by relevance

/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 Dif_pppox.h140 struct pppoe_hdr { struct
142 __u8 type : 4;
143 __u8 ver : 4;
150 __u8 code;
151 __be16 sid;
152 __be16 length;
153 struct pppoe_tag tag[0];
/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 Dif_pppox.h140 struct pppoe_hdr { struct
142 __u8 type : 4;
143 __u8 ver : 4;
150 __u8 code;
151 __be16 sid;
152 __be16 length;
153 struct pppoe_tag tag[0];
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_pppox.h140 struct pppoe_hdr { struct
142 __u8 type : 4;
143 __u8 ver : 4;
150 __u8 code;
151 __be16 sid;
152 __be16 length;
153 struct pppoe_tag tag[0];
/OK3568_Linux_fs/kernel/include/linux/
H A Dif_pppox.h21 static inline struct pppoe_hdr *pppoe_hdr(const struct sk_buff *skb) in pppoe_hdr() function