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

/xnu-2422.115.4/bsd/net/
H A Dbpfdesc.h143 #define BPF_TIMED_OUT 2 /* read timeout has expired in select/kqueue */ macro
148 (((bd)->bd_immediate || (bd)->bd_state == BPF_TIMED_OUT) && \
H A Dbpf.c753 case BPF_TIMED_OUT:
853 timed_out = (d->bd_state == BPF_TIMED_OUT);
1066 d->bd_state = BPF_TIMED_OUT;
1911 ((d->bd_immediate || d->bd_state == BPF_TIMED_OUT) &&
2046 kn->kn_data = ((d->bd_hlen == 0 || d->bd_hbuf_read) && d->bd_state == BPF_TIMED_OUT ?
2253 else if (d->bd_immediate || d->bd_state == BPF_TIMED_OUT)

Completed in 23 milliseconds