Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_ether.h70 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/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()
/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.c734 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in libipw_rx()
/linux/net/bluetooth/bnep/
H A Dcore.c96 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_filter()
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mac.c1002 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt76_connac2_reverse_frag0_hdr_trans()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c221 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt7925_reverse_frag0_hdr_trans()
/linux/net/wireless/
H A Dutil.c517 *hdr_proto != htons(ETH_P_AARP) && in ieee80211_get_8023_tunnel_proto()
/linux/drivers/staging/rtl8723bs/core/
H A Drtw_recv.c1644 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in rtw_alloc_msdu_pkt()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c301 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt7615_reverse_frag0_hdr_trans()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c285 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt7996_reverse_frag0_hdr_trans()
/linux/net/mac80211/
H A Dtx.c2903 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()