Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net/
HDbpfdesc.h80 u_char bd_promisc; /* true if listening promiscuously */ member
123 u_char bd_promisc; member
HDbpf.c831 if (d->bd_promisc) { in bpf_detachd_locked()
832 d->bd_promisc = 0; in bpf_detachd_locked()
1412 if (d->bd_promisc == 0) { in bpfioctl()
1415 d->bd_promisc = 1; in bpfioctl()
2785 opromisc = d->bd_promisc; in bpf_setdlt()
2797 d->bd_promisc = 1; in bpf_setdlt()
2863 d->bd_promisc = bd->bd_promisc; in bpfstats_fill_xbpf()
/freebsd-11-stable/usr.bin/netstat/
HDbpf.c83 *flagbuf++ = bd->bd_promisc ? 'p' : '-'; in bpf_flags()
93 if (bd->bd_promisc) in bpf_flags()