Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dbpfdesc.h80 u_char bd_promisc; /* true if listening promiscuously */ member
127 u_char bd_promisc; member
H A Dbpf.c890 if (d->bd_promisc && !detached_ifp) { in bpf_detachd_locked()
891 d->bd_promisc = 0; in bpf_detachd_locked()
1521 } else if (d->bd_promisc == 0) { in bpfioctl()
1524 d->bd_promisc = 1; in bpfioctl()
2990 opromisc = d->bd_promisc; in bpf_setdlt()
2998 d->bd_promisc = 1; in bpf_setdlt()
3054 d->bd_promisc = bd->bd_promisc; in bpfstats_fill_xbpf()
/freebsd/usr.bin/netstat/
H A Dbpf.c79 *flagbuf++ = bd->bd_promisc ? 'p' : '-'; in bpf_flags()
89 if (bd->bd_promisc) in bpf_flags()