Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dif_ether.h70 #define ETH_P_AARP 0x80F3 /* Appletalk AARP */ macro
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Drecv_linux.c73 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in rtw_os_alloc_msdu_pkt()
/linux-6.1.9/drivers/net/wireless/marvell/mwifiex/
Dsta_rx.c93 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_process_rx_packet()
Duap_txrx.c110 ntohs(rx_pkt_hdr->rfc1042_hdr.snap_type) != ETH_P_AARP && in mwifiex_uap_queue_bridged_pkt()
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/
Dlibipw_tx.c125 if (h_proto == htons(ETH_P_AARP) || h_proto == htons(ETH_P_IPX)) in libipw_copy_snap()
Dlibipw_rx.c737 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in libipw_rx()
/linux-6.1.9/drivers/staging/wlan-ng/
Dp80211conv.c534 if (proto == ETH_P_AARP) /* APPLETALK */ in p80211_stt_findproto()
/linux-6.1.9/drivers/net/wireless/intersil/hostap/
Dhostap_80211_tx.c130 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in hostap_data_start_xmit()
Dhostap_80211_rx.c1037 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in hostap_80211_rx()
/linux-6.1.9/net/bluetooth/bnep/
Dcore.c96 s->proto_filter[1].end = ETH_P_AARP; in bnep_set_default_proto_filter()
/linux-6.1.9/net/wireless/
Dutil.c636 payload.proto != htons(ETH_P_AARP) && in ieee80211_data_to_8023_exthdr()
816 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in ieee80211_amsdu_to_8023s()
/linux-6.1.9/drivers/staging/rtl8712/
Drtl8712_recv.c374 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/linux-6.1.9/drivers/net/wireless/
Dray_cs.c953 if (proto == htons(ETH_P_AARP) || proto == htons(ETH_P_IPX)) { in translate_frame()
2317 case ETH_P_AARP: in untranslate()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mac.c928 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt76_connac2_reverse_frag0_hdr_trans()
/linux-6.1.9/drivers/staging/rtl8192e/
Drtllib_rx.c492 ethertype != ETH_P_AARP && in rtllib_indicate_packets()
1250 ethertype != ETH_P_AARP && ethertype != ETH_P_IPX) || in rtllib_rx_indicate_pkt_legacy()
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_recv.c1486 eth_type != ETH_P_AARP && eth_type != ETH_P_IPX) || in amsdu_to_msdu()
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c541 ethertype != ETH_P_AARP && in indicate_packets()
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.c306 if (eth_hdr->h_proto == cpu_to_be16(ETH_P_AARP) || in mt7615_reverse_frag0_hdr_trans()
/linux-6.1.9/net/mac80211/
Dtx.c2891 if (ethertype == ETH_P_AARP || ethertype == ETH_P_IPX) { in ieee80211_build_hdr()