HomeSort by relevance Sort by last modified time
    Searched full:snf_timeout (Results 1 - 1 of 1) sorted by null

  /external/libpcap/
pcap-snf.c 29 int snf_timeout; member in struct:pcap_snf
75 return (ps->snf_timeout == 0);
84 ps->snf_timeout = 0;
87 ps->snf_timeout = -1; /* forever */
89 ps->snf_timeout = p->opt.timeout;
134 err = snf_ring_recv(ps->snf_ring, ps->snf_timeout, &req);
233 ps->snf_timeout = -1;
235 ps->snf_timeout = p->opt.timeout;

Completed in 51 milliseconds