/linux-3.4.99/net/ethernet/ |
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()
|
/linux-3.4.99/drivers/staging/rtl8712/ |
D | if_ether.h | 87 #define ETH_P_IPX 0x8137 /* IPX over DIX */ macro
|
D | rtl8712_recv.c | 403 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
|
/linux-3.4.99/include/linux/ |
D | if_ether.h | 64 #define ETH_P_IPX 0x8137 /* IPX over DIX */ macro
|
/linux-3.4.99/net/ipx/ |
D | af_ipx.c | 679 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/ |
D | util.c | 404 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/ |
D | hdlc_cisco.c | 143 case cpu_to_be16(ETH_P_IPX): in cisco_type_trans()
|
D | hdlc_fr.c | 944 case ETH_P_IPX: in fr_rx()
|
/linux-3.4.99/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-3.4.99/net/wanrouter/ |
D | wanmain.c | 276 case ETH_P_IPX: /* SNAP encapsulation */
|
/linux-3.4.99/drivers/net/arcnet/ |
D | rfc1201.c | 396 case ETH_P_IPX: in build_header()
|
/linux-3.4.99/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-3.4.99/net/bluetooth/bnep/ |
D | core.c | 115 s->proto_filter[2].start = ETH_P_IPX; in bnep_set_default_proto_filter()
|
/linux-3.4.99/drivers/isdn/i4l/ |
D | isdn_ppp.c | 1064 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/ |
D | ppp_generic.c | 322 case ETH_P_IPX: in ethertype_to_npindex() 339 ETH_P_IPX,
|
/linux-3.4.99/drivers/net/wireless/ |
D | ray_cs.c | 962 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/ |
D | ieee80211_rx.c | 568 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/ |
D | bond_alb.c | 1308 case ETH_P_IPX: in bond_alb_xmit()
|
/linux-3.4.99/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 483 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/ |
D | dpc.c | 203 if ((*pwType == cpu_to_be16(ETH_P_IPX)) || in s_vProcessRxMACHeader()
|
D | rxtx.c | 1705 if ((psEthHeader->wType == cpu_to_be16(ETH_P_IPX)) || in s_bPacketToWirelessUsb()
|
/linux-3.4.99/drivers/staging/rtl8187se/ieee80211/ |
D | ieee80211_rx.c | 750 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_rtl_rx()
|
/linux-3.4.99/net/mac80211/ |
D | tx.c | 2036 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_subif_start_xmit()
|