Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_ether.h70 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/linux/drivers/staging/rtl8723bs/os_dep/
H A Drecv_linux.c72 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in rtw_os_alloc_msdu_pkt()
/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/net/bluetooth/bnep/
H A Dcore.c96 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_filter()
/linux/net/wireless/
H A Dutil.c544 *hdr_proto != htons(ETH_P_AARP) && in ieee80211_get_8023_tunnel_proto()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c259 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt7996_reverse_frag0_hdr_trans()
/linux/net/mac80211/
H A Dtx.c2898 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()