Searched refs:BPF_D_IN (Results 1 - 25 of 50) sorted by relevance

12

/netbsd-current/usr.bin/netstat/
H A Dbpf.c150 printf("%c", (BPFEXT(bde_direction) == BPF_D_IN) ?
/netbsd-current/usr.bin/fstat/
H A Dmisc.c152 if (bpf.bd_direction == BPF_D_IN)
/netbsd-current/sys/net/
H A Dbpf.h163 * BPF_D_IN = 0, BPF_D_INOUT =1 for backward compatibility of BIOC[GS]SEESENT.
165 #define BPF_D_IN 0 /* See incoming packets */ macro
H A Dbpf.c1309 case BPF_D_IN:
1700 * direction BPF_D_IN or BPF_D_OUT
1721 if (direction == BPF_D_IN) {
1725 if (d->bd_direction == BPF_D_IN)
1858 _bpf_mtap(bp, *m, BPF_D_IN);
1950 bpf_ops->bpf_mtap(bp, m, BPF_D_IN);
H A Dif_ieee1394subr.c371 bpf_mtap2(ifp->if_bpf, &h, sizeof(h), m, BPF_D_IN);
H A Dif_stf.c649 bpf_mtap_af(ifp, AF_INET6, m, BPF_D_IN);
H A Dif_mpls.c187 bpf_mtap_af(ifp, AF_MPLS, m, BPF_D_IN);
H A Dif_gif.c701 bpf_mtap_af(ifp, af, m, BPF_D_IN);
H A Dif_tun.c968 bpf_mtap_af(ifp, dst.sa_family, top, BPF_D_IN);
H A Dif_tap.c1005 bpf_mtap(ifp, m, BPF_D_IN);
H A Dif_gre.c854 bpf_mtap_af(&sc->sc_if, af, m, BPF_D_IN);
H A Dif_pppoe.c1205 bpf_mtap(&sc->sc_sppp.pp_if, m, BPF_D_IN);
H A Dif_ppp.c1669 bpf_mtap(&sc->sc_if, m, BPF_D_IN);
H A Dif_ipsec.c719 bpf_mtap_af(ifp, af, m, BPF_D_IN);
H A Dif.c847 bpf_mtap(ifp, m, BPF_D_IN);
1138 bpf_mtap(ifp, m, BPF_D_IN);
/netbsd-current/sys/rump/net/lib/libsockin/
H A Dsockin.c290 bpf_mtap_af(&sockin_if, AF_UNSPEC, m, BPF_D_IN);
/netbsd-current/sys/net80211/
H A Dieee80211_input.c312 bpf_mtap3(ic->ic_rawbpf, m, BPF_D_IN);
455 bpf_mtap3(ic->ic_rawbpf, m, BPF_D_IN);
749 bpf_mtap3(ic->ic_rawbpf, m, BPF_D_IN);
/netbsd-current/sys/dev/ppbus/
H A Dif_plip.c644 lptap(ifp, top, BPF_D_IN);
/netbsd-current/sys/dev/ic/
H A Dan.c1509 BPF_D_IN);
H A Dmalo.c1615 BPF_D_IN);
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-bpf.c3445 direction = BPF_D_IN;
/netbsd-current/sys/dev/usb/
H A Dif_upgt.c1879 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_rxtap_len, m, BPF_D_IN);
H A Dif_rum.c886 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_rxtap_len, m, BPF_D_IN);
H A Dif_ural.c975 bpf_mtap2(sc->sc_drvbpf, tap, sc->sc_rxtap_len, m, BPF_D_IN);
H A Duhso.c2178 bpf_mtap(ifp, m, BPF_D_IN);

Completed in 185 milliseconds

12