HomeSort by: relevance | last modified time | path
    Searched refs:BPF_TIMED_OUT (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/netstat/
bpf.c 140 case BPF_TIMED_OUT:
  /src/sys/net/
bpfdesc.h 141 #define BPF_TIMED_OUT 2 /* read timeout has expired in select */
bpf.c 251 static void bpf_timed_out(void *);
717 timed_out = (d->bd_state == BPF_TIMED_OUT);
823 bpf_timed_out(void *arg) function in typeref:typename:void
829 d->bd_state = BPF_TIMED_OUT;
1566 ((d->bd_immediate || d->bd_state == BPF_TIMED_OUT) &&
1574 bpf_timed_out, d);
2065 } else if (d->bd_immediate || d->bd_state == BPF_TIMED_OUT) {
  /src/usr.bin/fstat/
misc.c 166 else if (bpf.bd_state == BPF_TIMED_OUT)

Completed in 15 milliseconds