Searched refs:read_timeout (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/libpcap/ |
| H A D | pcap-new.c | 354 pcap_t *pcap_open(const char *source, int snaplen, int flags, int read_timeout, struct pcap_rmtauth… in pcap_open() argument 400 return pcap_open_rpcap(source, snaplen, flags, read_timeout, auth, errbuf); in pcap_open() 438 status = pcap_set_timeout(fp, read_timeout); in pcap_open()
|
| H A D | pcap-rpcap.h | 41 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
|
| H A D | rpcap-protocol.h | 269 uint32 read_timeout; /* Read timeout in milliseconds */ member
|
| H A D | pcap-rpcap.c | 1156 startcapreq->read_timeout = htonl(fp->opt.timeout); in pcap_startcapture_remote() 2186 pcap_t *pcap_open_rpcap(const char *source, int snaplen, int flags, int read_timeout, struct pcap_r… in pcap_open_rpcap() argument 2231 fp->opt.timeout = read_timeout; in pcap_open_rpcap()
|
| /freebsd-13.1/contrib/libpcap/pcap/ |
| H A D | pcap.h | 858 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
|
| /freebsd-13.1/sys/dev/usb/misc/ |
| H A D | cp2112.c | 203 uint16_t read_timeout; /* 0-1000 ms, 0 ~ no timeout */ member 1291 be16toh(i2c_cfg.read_timeout)); in cp2112iic_reset()
|
| /freebsd-13.1/contrib/libpcap/rpcapd/ |
| H A D | daemon.c | 1700 ntohl(startcapreq.read_timeout), in daemon_msg_startcap_req()
|