Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpfdesc.h134 uint8_t bd_promisc; /* true if listening promiscuously */ member
H A Dbpf_private.h206 uint8_t bd_promisc; member
H A Dbpf.c779 uint8_t bd_promisc; in bpf_detachd() local
848 bd_promisc = d->bd_promisc; in bpf_detachd()
849 d->bd_promisc = 0; in bpf_detachd()
852 if (bd_promisc) { in bpf_detachd()
2194 if (d->bd_promisc == 0) { in bpfioctl()
2199 d->bd_promisc = 1; in bpfioctl()
2981 opromisc = d->bd_promisc; in bpf_setdlt()
3003 d->bd_promisc = 1; in bpf_setdlt()
4617 d->bd_promisc = bd->bd_promisc != 0 ? 1 : 0; in bpfstats_fill_xbpf()