Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhdlc_cisco.c121 skb->protocol = htons(ETH_P_HDLC); in cisco_keepalive_send()
134 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
138 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
147 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
H A Dhdlc_ppp.c144 return htons(ETH_P_HDLC); in ppp_type_trans()
147 return htons(ETH_P_HDLC); in ppp_type_trans()
159 return htons(ETH_P_HDLC); in ppp_type_trans()
254 skb->protocol = htons(ETH_P_HDLC); in ppp_tx_cp()
H A Dhdlc.c368 .type = cpu_to_be16(ETH_P_HDLC),
H A Dhdlc_fr.c445 skb->protocol = htons(ETH_P_HDLC); in pvc_xmit()
566 skb->protocol = htons(ETH_P_HDLC); in fr_lmi_send()
/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_ether.h139 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_ether.h142 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/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_ether.h139 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dhdlc.h112 return htons(ETH_P_HDLC); in hdlc_type_trans()