Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wan/
Dhdlc_cisco.c135 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
139 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
148 return cpu_to_be16(ETH_P_HDLC); in cisco_type_trans()
Dhdlc_ppp.c147 return htons(ETH_P_HDLC); in ppp_type_trans()
150 return htons(ETH_P_HDLC); in ppp_type_trans()
162 return htons(ETH_P_HDLC); in ppp_type_trans()
Dhdlc.c354 .type = cpu_to_be16(ETH_P_HDLC),
/linux-3.4.99/include/linux/
Dif_ether.h115 #define ETH_P_HDLC 0x0019 /* HDLC frames */ macro
Dhdlc.h127 return htons(ETH_P_HDLC); in hdlc_type_trans()