Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dif_ether.h72 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_ether.h70 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c73 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in rtw_os_alloc_msdu_pkt()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_rx.c104 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_process_rx_packet()
H A Duap_txrx.c120 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_uap_queue_bridged_pkt()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_tx.c125 if (h_proto == htons(ETH_P_AARP) || h_proto == htons(ETH_P_IPX)) in libipw_copy_snap()
H A Dlibipw_rx.c737 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in libipw_rx()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211conv.c513 if (proto == ETH_P_AARP) /* APPLETALK */ in p80211_stt_findproto()
/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_80211_tx.c130 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in hostap_data_start_xmit()
H A Dhostap_80211_rx.c1037 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in hostap_80211_rx()
/openbmc/linux/net/bluetooth/bnep/
H A Dcore.c96 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_filter()
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl8712_recv.c375 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/openbmc/linux/drivers/net/wireless/legacy/
H A Dray_cs.c958 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame()
2322 case ETH_P_AARP: in untranslate()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c481 ethertype != ETH_P_AARP && in rtllib_indicate_packets()
1231 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_rx_indicate_pkt_legacy()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c969 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt76_connac2_reverse_frag0_hdr_trans()
/openbmc/linux/net/wireless/
H A Dutil.c550 *hdr_proto != htons(ETH_P_AARP) && in ieee80211_get_8023_tunnel_proto()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c304 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt7615_reverse_frag0_hdr_trans()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c541 ethertype != ETH_P_AARP && in indicate_packets()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c315 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt7996_reverse_frag0_hdr_trans()
/openbmc/linux/net/mac80211/
H A Dtx.c2884 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()