Home
last modified time | relevance | path

Searched refs:AF_IEEE80211 (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsocket.h259 #define AF_IEEE80211 37 /* IEEE 802.11 protocol */ macro
384 #define PF_IEEE80211 AF_IEEE80211
/f-stack/freebsd/sys/
H A Dsocket.h265 #define AF_IEEE80211 37 /* IEEE 802.11 protocol */ macro
390 #define PF_IEEE80211 AF_IEEE80211
/f-stack/freebsd/net/
H A Dbpf.c626 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()
/f-stack/freebsd/net80211/
H A Dieee80211_output.c769 if (dst->sa_family != AF_IEEE80211) in ieee80211_output()