Home
last modified time | relevance | path

Searched refs:ETH_P_IPX (Results 1 – 25 of 25) sorted by relevance

/linux-3.4.99/net/ethernet/
Dpe2.c15 skb->protocol = htons(ETH_P_IPX); in pEII_request()
16 dev_hard_header(skb, dev, ETH_P_IPX, dest_node, NULL, skb->len); in pEII_request()
/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h87 #define ETH_P_IPX 0x8137 /* IPX over DIX */ macro
Drtl8712_recv.c403 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/linux-3.4.99/include/linux/
Dif_ether.h64 #define ETH_P_IPX 0x8137 /* IPX over DIX */ macro
/linux-3.4.99/net/ipx/
Daf_ipx.c679 skb->protocol = htons(ETH_P_IPX); in ipxitf_send()
944 case IPX_FRAME_ETHERII: rc = htons(ETH_P_IPX); break; in ipx_map_frame_type()
996 dlink_type = htons(ETH_P_IPX); in ipxitf_create()
1119 case ETH_P_IPX: datalink = pEII_datalink; break; in ipxitf_auto_create()
1274 case ETH_P_IPX: rc = "EtherII"; break; in ipx_frame_name()
1995 .type = cpu_to_be16(ETH_P_IPX),
/linux-3.4.99/net/wireless/
Dutil.c404 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_data_to_8023()
489 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_data_from_8023()
615 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_amsdu_to_8023s()
/linux-3.4.99/drivers/net/wan/
Dhdlc_cisco.c143 case cpu_to_be16(ETH_P_IPX): in cisco_type_trans()
Dhdlc_fr.c944 case ETH_P_IPX: in fr_rx()
/linux-3.4.99/drivers/net/wireless/ipw2x00/
Dlibipw_tx.c139 if (h_proto == htons(ETH_P_AARP) || h_proto == htons(ETH_P_IPX)) in libipw_copy_snap()
Dlibipw_rx.c741 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in libipw_rx()
/linux-3.4.99/net/wanrouter/
Dwanmain.c276 case ETH_P_IPX: /* SNAP encapsulation */
/linux-3.4.99/drivers/net/arcnet/
Drfc1201.c396 case ETH_P_IPX: in build_header()
/linux-3.4.99/drivers/net/wireless/hostap/
Dhostap_80211_tx.c129 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in hostap_data_start_xmit()
Dhostap_80211_rx.c1038 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in hostap_80211_rx()
/linux-3.4.99/net/bluetooth/bnep/
Dcore.c115 s->proto_filter[2].start = ETH_P_IPX; in bnep_set_default_proto_filter()
/linux-3.4.99/drivers/isdn/i4l/
Disdn_ppp.c1064 skb->protocol = htons(ETH_P_IPX); in isdn_ppp_push_higher()
1246 case ETH_P_IPX: in isdn_ppp_xmit()
1469 case ETH_P_IPX: in isdn_ppp_autodial_filter()
/linux-3.4.99/drivers/net/ppp/
Dppp_generic.c322 case ETH_P_IPX: in ethertype_to_npindex()
339 ETH_P_IPX,
/linux-3.4.99/drivers/net/wireless/
Dray_cs.c962 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame()
2319 case ETH_P_IPX: in untranslate()
/linux-3.4.99/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c568 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_indicate_packets()
1331 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_rx()
/linux-3.4.99/drivers/net/bonding/
Dbond_alb.c1308 case ETH_P_IPX: in bond_alb_xmit()
/linux-3.4.99/drivers/staging/rtl8192e/
Drtllib_rx.c483 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_indicate_packets()
1214 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_rx_indicate_pkt_legacy()
/linux-3.4.99/drivers/staging/vt6656/
Ddpc.c203 if ((*pwType == cpu_to_be16(ETH_P_IPX)) || in s_vProcessRxMACHeader()
Drxtx.c1705 if ((psEthHeader->wType == cpu_to_be16(ETH_P_IPX)) || in s_bPacketToWirelessUsb()
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/
Dieee80211_rx.c750 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_rtl_rx()
/linux-3.4.99/net/mac80211/
Dtx.c2036 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_subif_start_xmit()