Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_ether.h64 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/linux-4.4.14/drivers/net/wireless/mwifiex/
Dsta_rx.c105 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_process_rx_packet()
Duap_txrx.c122 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_uap_queue_bridged_pkt()
/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/staging/wlan-ng/
Dp80211conv.c534 if (proto == ETH_P_AARP) /* APPLETALK */ in p80211_stt_findproto()
/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.c96 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_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()
2328 case ETH_P_AARP: in untranslate()
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_rx.c500 ethertype != ETH_P_AARP && 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()