Searched refs:read_timeout (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/libpcap/ |
| H A D | pcap-new.c | 406 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth… in pcap_open() argument 467 return pcap_open_rpcap(source, snaplen, flags, read_timeout, auth, errbuf); in pcap_open() 505 status = pcap_set_timeout(fp, read_timeout); in pcap_open()
|
| H A D | pcap-airpcap.c | 243 int read_timeout; member 366 pa->read_timeout = newtimeout; in airpcap_setnonblock() 605 if (pa->read_timeout != -1) { in airpcap_read() 607 (pa->read_timeout ==0 )? INFINITE: pa->read_timeout); in airpcap_read()
|
| H A D | pcap-rpcap.h | 41 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
|
| H A D | rpcap-protocol.h | 292 uint32 read_timeout; /* Read timeout in milliseconds */ member
|
| H A D | pcap-rpcap.c | 1251 startcapreq->read_timeout = htonl(fp->opt.timeout); in pcap_startcapture_remote() 2442 pcap_t *pcap_open_rpcap(const char *source, int snaplen, int flags, int read_timeout, struct pcap_r… in pcap_open_rpcap() argument 2489 fp->opt.timeout = read_timeout; in pcap_open_rpcap()
|
| /src/contrib/libpcap/pcap/ |
| H A D | pcap.h | 1137 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
|
| /src/sys/dev/usb/misc/ |
| H A D | cp2112.c | 200 uint16_t read_timeout; /* 0-1000 ms, 0 ~ no timeout */ member 1274 be16toh(i2c_cfg.read_timeout)); in cp2112iic_reset()
|
| /src/contrib/libpcap/rpcapd/ |
| H A D | daemon.c | 2034 ntohl(startcapreq.read_timeout), in daemon_msg_startcap_req()
|