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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpfdesc.h108 u_char bd_promisc; /* true if listening promiscuously */ member in struct:bpf_d
H A Dbpf.c528 if (d->bd_promisc) {
529 d->bd_promisc = 0;
1051 if (d->bd_promisc == 0) {
1056 d->bd_promisc = 1;
1406 opromisc = d->bd_promisc;
1423 d->bd_promisc = 1;

Completed in 9 milliseconds