Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dif_ether.h63 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/linux-4.1.27/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.c117 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_uap_queue_bridged_pkt()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/net/bluetooth/bnep/
Dcore.c96 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_filter()
/linux-4.1.27/drivers/staging/rtl8712/
Drtl8712_recv.c390 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/linux-4.1.27/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.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c561 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/
Drtllib_rx.c485 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/
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.1.27/drivers/staging/rtl8188eu/core/
Drtw_recv.c1701 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/linux-4.1.27/net/mac80211/
Dtx.c2292 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()