Searched refs:bd_promisc (Results 1 – 3 of 3) sorted by relevance
80 u_char bd_promisc; /* true if listening promiscuously */ member123 u_char bd_promisc; member
831 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()
83 *flagbuf++ = bd->bd_promisc ? 'p' : '-'; in bpf_flags()93 if (bd->bd_promisc) in bpf_flags()