Searched refs:bd_promisc (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dbpfdesc.h84 u_char bd_promisc; /* true if listening promiscuously */ member in struct:bpf_d
130 u_char bd_promisc; member in struct:xbpf_d
H A Dbpf.c879 if (d->bd_promisc && !detached_ifp) {
880 d->bd_promisc = 0;
1504 if (d->bd_promisc == 0) {
1507 d->bd_promisc = 1;
2845 opromisc = d->bd_promisc;
2853 d->bd_promisc = 1;
2911 d->bd_promisc = bd->bd_promisc;
/freebsd-13-stable/usr.bin/netstat/
H A Dbpf.c83 *flagbuf++ = bd->bd_promisc ? 'p' : '-';
93 if (bd->bd_promisc)

Completed in 113 milliseconds