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

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h110 u_char bd_promisc; /* true if listening promiscuously */ member in struct:bpf_d
H A Dbpf.c545 if (d->bd_promisc) {
546 d->bd_promisc = 0;
1361 if (d->bd_promisc == 0) {
1366 d->bd_promisc = 1;
1828 opromisc = d->bd_promisc;
1845 d->bd_promisc = 1;

Completed in 25 milliseconds