Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipx/
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()
Daf_ipx.c660 skb->protocol = htons(ETH_P_IPX); in ipxitf_send()
925 case IPX_FRAME_ETHERII: rc = htons(ETH_P_IPX); break; in ipx_map_frame_type()
973 dlink_type = htons(ETH_P_IPX); in ipxitf_create()
1093 case ETH_P_IPX: datalink = pEII_datalink; break; in ipxitf_auto_create()
1248 case ETH_P_IPX: rc = "EtherII"; break; in ipx_frame_name()
1991 .type = cpu_to_be16(ETH_P_IPX),
/linux-4.4.14/include/uapi/linux/
Dif_ether.h66 #define ETH_P_IPX 0x8137 /* IPX over DIX */ macro
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_rx.c106 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_process_rx_packet()
Duap_txrx.c123 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_uap_queue_bridged_pkt()
/linux-4.4.14/drivers/net/wan/
Dhdlc_cisco.c143 case cpu_to_be16(ETH_P_IPX): in cisco_type_trans()
Dhdlc_fr.c945 case ETH_P_IPX: in fr_rx()
/linux-4.4.14/net/wireless/
Dutil.c508 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_data_to_8023()
595 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_data_from_8023()
721 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_amsdu_to_8023s()
/linux-4.4.14/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-4.4.14/drivers/net/arcnet/
Drfc1201.c399 case ETH_P_IPX: in build_header()
/linux-4.4.14/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-4.4.14/net/bluetooth/bnep/
Dcore.c98 s->proto_filter[2].start = ETH_P_IPX; in bnep_set_default_proto_filter()
/linux-4.4.14/drivers/net/bonding/
Dbond_alb.c1339 case htons(ETH_P_IPX): in bond_tlb_xmit()
1423 case ETH_P_IPX: in bond_alb_xmit()
/linux-4.4.14/drivers/isdn/i4l/
Disdn_ppp.c1093 skb->protocol = htons(ETH_P_IPX); in isdn_ppp_push_higher()
1275 case ETH_P_IPX: in isdn_ppp_xmit()
1498 case ETH_P_IPX: in isdn_ppp_autodial_filter()
/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_recv.c391 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c556 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_indicate_packets()
1308 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_rx()
/linux-4.4.14/drivers/net/wireless/
Dray_cs.c961 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame()
2327 case ETH_P_IPX: in untranslate()
/linux-4.4.14/drivers/net/ppp/
Dppp_generic.c336 case ETH_P_IPX: in ethertype_to_npindex()
353 ETH_P_IPX,
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_rx.c501 ethertype != ETH_P_IPX) || in rtllib_indicate_packets()
1264 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_rx_indicate_pkt_legacy()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_recv.c1518 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in wlanhdr_to_ethhdr()
Drtw_xmit.c1042 if (h_proto == ETH_P_IPX || h_proto == ETH_P_AARP) in rtw_put_snap()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_recv.c1681 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/linux-4.4.14/net/mac80211/
Dtx.c2305 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()