Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h110 #define ETH_P_TR_802_2 0x0011i /* 802.2 frames */ macro
/linux-3.4.99/include/linux/
Dif_ether.h110 #define ETH_P_TR_802_2 0x0011 /* 802.2 frames */ macro
/linux-3.4.99/net/llc/
Dllc_core.c141 .type = cpu_to_be16(ETH_P_TR_802_2),
Daf_llc.c75 htons(ETH_P_TR_802_2) : htons(ETH_P_802_2); in llc_proto_type()
/linux-3.4.99/include/net/
Dllc_pdu.h256 else if (skb->protocol == htons(ETH_P_TR_802_2)) { in llc_pdu_decode_sa()
273 else if (skb->protocol == htons(ETH_P_TR_802_2)) in llc_pdu_decode_da()
/linux-3.4.99/net/802/
Dtr.c244 return htons(ETH_P_TR_802_2); in tr_type_trans()
/linux-3.4.99/net/ipx/
Daf_ipx.c1278 case ETH_P_TR_802_2: rc = "802.2TR"; break; in ipx_frame_name()