Home
last modified time | relevance | path

Searched refs:ETHERTYPE_PAE (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/net/
Dethertypes.h300 #define ETHERTYPE_PAE 0x888e /* EAPOL PAE/802.1x */ macro
/netbsd/src/sys/net80211/
Dieee80211_output.c562 if (key == NULL && eh.ether_type != htons(ETHERTYPE_PAE)) { in ieee80211_encap()
583 eh.ether_type != htons(ETHERTYPE_PAE); in ieee80211_encap()
687 if (eh.ether_type != htons(ETHERTYPE_PAE) || in ieee80211_encap()
Dieee80211_input.c339 if (eh->ether_type != htons(ETHERTYPE_PAE)) { in ieee80211_input_data()
354 key == NULL && eh->ether_type != htons(ETHERTYPE_PAE)) { in ieee80211_input_data()
/netbsd/src/sys/dev/pci/
Dif_bwfm_pci.c1674 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in bwfm_pci_flowring_lookup()
1741 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in bwfm_pci_flowring_create()
1956 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in bwfm_pci_txdata()
Dif_iwi.c1803 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in iwi_start()
Dif_wpi.c2162 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in wpi_start()
Dif_iwn.c3328 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in iwn_start()
Dif_iwm.c6854 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in iwm_start()
/netbsd/src/sys/dev/usb/
Dif_bwfm_usb.c798 ac = (eh->ether_type != htons(ETHERTYPE_PAE)) ? in bwfm_usb_txdata()