Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpfdesc.h161 #define BPF_TIMED_OUT 2 /* read timeout has expired in select/kqueue */ macro
166 (((bd)->bd_immediate || (bd)->bd_state == BPF_TIMED_OUT) && \
H A Dbpf.c1099 case BPF_TIMED_OUT: in bpfclose()
1245 timed_out = (d->bd_state == BPF_TIMED_OUT); in bpfread()
1524 d->bd_state = BPF_TIMED_OUT; in bpf_timed_out()
2952 d->bd_state == BPF_TIMED_OUT) && d->bd_slen != 0)) { in bpfselect()
3040 d->bd_state == BPF_TIMED_OUT ? d->bd_slen : d->bd_hlen); in filt_bpfread_common()
3961 } else if (d->bd_immediate || d->bd_state == BPF_TIMED_OUT) { in catchpacket()