Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/net/
H A Dbpf.h425 void bpfattach2(struct ifnet *, u_int, u_int, struct bpf_if **);
/f-stack/freebsd/net/
H A Dbpf.h426 void bpfattach2(struct ifnet *, u_int, u_int, struct bpf_if **);
H A Dbpf.c2673 bpfattach2(ifp, dlt, hdrlen, &ifp->if_bpf); in bpfattach()
2683 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, in bpfattach2() function
3031 bpfattach2(ifp, dlt, hdrlen, &ifp->if_bpf); in bpfattach()
3035 bpfattach2(struct ifnet *ifp, u_int dlt, u_int hdrlen, struct bpf_if **driverp) in bpfattach2() function
/f-stack/freebsd/net80211/
H A Dieee80211_radiotap.c121 bpfattach2(vap->iv_ifp, DLT_IEEE802_11_RADIO, in ieee80211_radiotap_vattach()