/linux-4.1.27/net/ipx/ |
D | pe2.c | 15 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()
|
D | af_ipx.c | 660 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.1.27/include/uapi/linux/ |
D | if_ether.h | 65 #define ETH_P_IPX 0x8137 /* IPX over DIX */ macro
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sta_rx.c | 106 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_process_rx_packet()
|
D | uap_txrx.c | 118 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_IPX)) { in mwifiex_uap_queue_bridged_pkt()
|
/linux-4.1.27/drivers/net/wan/ |
D | hdlc_cisco.c | 143 case cpu_to_be16(ETH_P_IPX): in cisco_type_trans()
|
D | hdlc_fr.c | 945 case ETH_P_IPX: in fr_rx()
|
/linux-4.1.27/net/wireless/ |
D | util.c | 508 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.1.27/drivers/net/wireless/ipw2x00/ |
D | libipw_tx.c | 139 if (h_proto == htons(ETH_P_AARP) || h_proto == htons(ETH_P_IPX)) in libipw_copy_snap()
|
D | libipw_rx.c | 741 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in libipw_rx()
|
/linux-4.1.27/drivers/net/arcnet/ |
D | rfc1201.c | 396 case ETH_P_IPX: in build_header()
|
/linux-4.1.27/drivers/net/wireless/hostap/ |
D | hostap_80211_tx.c | 129 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in hostap_data_start_xmit()
|
D | hostap_80211_rx.c | 1038 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in hostap_80211_rx()
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | core.c | 98 s->proto_filter[2].start = ETH_P_IPX; in bnep_set_default_proto_filter()
|
/linux-4.1.27/drivers/net/bonding/ |
D | bond_alb.c | 1339 case htons(ETH_P_IPX): in bond_tlb_xmit() 1423 case ETH_P_IPX: in bond_alb_xmit()
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_ppp.c | 1093 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.1.27/drivers/staging/rtl8712/ |
D | rtl8712_recv.c | 390 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
|
/linux-4.1.27/drivers/net/wireless/ |
D | ray_cs.c | 961 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame() 2327 case ETH_P_IPX: in untranslate()
|
/linux-4.1.27/drivers/net/ppp/ |
D | ppp_generic.c | 334 case ETH_P_IPX: in ethertype_to_npindex() 351 ETH_P_IPX,
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 561 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_indicate_packets() 1320 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_rx()
|
/linux-4.1.27/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 485 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_indicate_packets() 1215 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_rx_indicate_pkt_legacy()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_recv.c | 1518 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in wlanhdr_to_ethhdr()
|
D | rtw_xmit.c | 1042 if (h_proto == ETH_P_IPX || h_proto == ETH_P_AARP) in rtw_put_snap()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_recv.c | 1701 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
|
/linux-4.1.27/net/mac80211/ |
D | tx.c | 2292 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()
|