Searched refs:AF_IEEE80211 (Results 1 – 4 of 4) sorted by relevance
259 #define AF_IEEE80211 37 /* IEEE 802.11 protocol */ macro384 #define PF_IEEE80211 AF_IEEE80211
265 #define AF_IEEE80211 37 /* IEEE 802.11 protocol */ macro390 #define PF_IEEE80211 AF_IEEE80211
626 sockp->sa_family = AF_IEEE80211; in bpf_movein()631 sockp->sa_family = AF_IEEE80211; in bpf_movein()682 if (sockp->sa_family == AF_IEEE80211) { in bpf_movein()
769 if (dst->sa_family != AF_IEEE80211) in ieee80211_output()