Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/
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()
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()
Dhdlc.c368 .type = cpu_to_be16(ETH_P_HDLC),
Dhdlc_fr.c445 skb->protocol = htons(ETH_P_HDLC); in pvc_xmit()
566 skb->protocol = htons(ETH_P_HDLC); in fr_lmi_send()
/Linux-v5.10/include/uapi/linux/
Dif_ether.h142 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/Linux-v5.10/include/linux/
Dhdlc.h112 return htons(ETH_P_HDLC); in hdlc_type_trans()