Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wan/
H A Dhdlc_cisco.c112 skb->protocol = htons(ETH_P_HDLC); in cisco_keepalive_send()
123 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
127 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
136 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
H A Dhdlc_ppp.c145 return htons(ETH_P_HDLC); in ppp_type_trans()
148 return htons(ETH_P_HDLC); in ppp_type_trans()
160 return htons(ETH_P_HDLC); in ppp_type_trans()
253 skb->protocol = htons(ETH_P_HDLC); in ppp_tx_cp()
H A Dhdlc.c352 .type = cpu_to_be16(ETH_P_HDLC),
H A Dhdlc_fr.c427 skb->protocol = htons(ETH_P_HDLC); in pvc_xmit()
544 skb->protocol = htons(ETH_P_HDLC); in fr_lmi_send()
/openbmc/u-boot/include/linux/
H A Dif_ether.h147 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h148 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/openbmc/linux/include/linux/
H A Dhdlc.h112 return htons(ETH_P_HDLC); in hdlc_type_trans()