Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wan/
Dhdlc_cisco.c133 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
137 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
146 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()
Dhdlc.c359 .type = cpu_to_be16(ETH_P_HDLC),
/Linux-v5.4/include/uapi/linux/
Dif_ether.h141 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
/Linux-v5.4/include/linux/
Dhdlc.h112 return htons(ETH_P_HDLC); in hdlc_type_trans()