Home
last modified time | relevance | path

Searched refs:ETH_P_802_3 (Results 1 – 17 of 17) sorted by relevance

/linux-3.4.99/net/ethernet/
Deth.c84 if (type != ETH_P_802_3 && type != ETH_P_802_2) in eth_header()
207 return htons(ETH_P_802_3); in eth_type_trans()
244 if (type == htons(ETH_P_802_3)) in eth_header_cache()
/linux-3.4.99/net/802/
Dp8023.c35 dev_hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len); in p8023_request()
/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h100 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */ macro
/linux-3.4.99/include/linux/
Dif_ether.h99 #define ETH_P_802_3 0x0001 /* Dummy type for 802.3 frames */ macro
Dif_vlan.h352 skb->protocol = htons(ETH_P_802_3); in vlan_set_encap_proto()
/linux-3.4.99/net/bluetooth/bnep/
Dnetdev.c152 return ETH_P_802_3; in bnep_net_eth_proto()
/linux-3.4.99/drivers/net/arcnet/
Drfc1201.c122 return htons(ETH_P_802_3); in type_trans()
397 case ETH_P_802_3: in build_header()
/linux-3.4.99/net/ipx/
Daf_ipx.c947 case IPX_FRAME_8023: rc = htons(ETH_P_802_3); break; in ipx_map_frame_type()
1009 dlink_type = htons(ETH_P_802_3); in ipxitf_create()
1122 case ETH_P_802_3: datalink = p8023_datalink; break; in ipxitf_auto_create()
1277 case ETH_P_802_3: rc = "802.3"; break; in ipx_frame_name()
1990 .type = cpu_to_be16(ETH_P_802_3),
/linux-3.4.99/drivers/net/wan/
Dhdlc_fr.c305 case cpu_to_be16(ETH_P_802_3): in fr_hard_header()
429 skb->protocol = cpu_to_be16(ETH_P_802_3); in pvc_xmit()
/linux-3.4.99/drivers/firewire/
Dnet.c270 if (type == cpu_to_be16(ETH_P_802_3)) in fwnet_header_cache()
638 protocol = htons(ETH_P_802_3); in fwnet_finish_incoming_packet()
/linux-3.4.99/net/8021q/
Dvlan_dev.c120 if (type != ETH_P_802_3 && type != ETH_P_802_2) in vlan_dev_hard_header()
/linux-3.4.99/drivers/net/plip/
Dplip.c575 return htons(ETH_P_802_3); in plip_type_trans()
/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_80211_rx.c1091 skb2->protocol = cpu_to_be16(ETH_P_802_3); in hostap_80211_rx()
/linux-3.4.99/drivers/media/dvb/dvb-core/
Ddvb_net.c200 return htons(ETH_P_802_3); in dvb_net_eth_type_trans()
/linux-3.4.99/drivers/isdn/i4l/
Disdn_net.c1400 return htons(ETH_P_802_3); in isdn_net_type_trans()
1844 skb->protocol = htons(ETH_P_802_3); in isdn_net_receive()
/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c795 skb2->protocol = htons(ETH_P_802_3); in libipw_rx()
/linux-3.4.99/net/mac80211/
Drx.c1831 xmit_skb->protocol = htons(ETH_P_802_3); in ieee80211_deliver_skb()