Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpfdesc.h84 u_char bd_promisc; /* true if listening promiscuously */ member
130 u_char bd_promisc; member
H A Dbpf.c879 if (d->bd_promisc && !detached_ifp) { in bpf_detachd_locked()
880 d->bd_promisc = 0; in bpf_detachd_locked()
1504 if (d->bd_promisc == 0) { in bpfioctl()
1507 d->bd_promisc = 1; in bpfioctl()
2845 opromisc = d->bd_promisc; in bpf_setdlt()
2853 d->bd_promisc = 1; in bpf_setdlt()
2911 d->bd_promisc = bd->bd_promisc; in bpfstats_fill_xbpf()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h83 u_char bd_promisc; /* true if listening promiscuously */ member
129 u_char bd_promisc; member
/f-stack/tools/netstat/
H A Dbpf.c83 *flagbuf++ = bd->bd_promisc ? 'p' : '-'; in bpf_flags()
93 if (bd->bd_promisc) in bpf_flags()