Home
last modified time | relevance | path

Searched refs:ETH_P_AARP (Results 1 – 14 of 14) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8712/
Dif_ether.h85 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ 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.h62 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/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/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/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.c113 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_filter()
/linux-3.4.99/drivers/net/wireless/
Dray_cs.c962 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame()
2320 case ETH_P_AARP: 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/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/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()