Home
last modified time | relevance | path

Searched refs:read_timeout (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/libpcap/
H A Dpcap-new.c354 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 Dpcap-rpcap.h41 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
H A Drpcap-protocol.h269 uint32 read_timeout; /* Read timeout in milliseconds */ member
H A Dpcap-rpcap.c1156 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 Dpcap.h858 int read_timeout, struct pcap_rmtauth *auth, char *errbuf);
/freebsd-13.1/sys/dev/usb/misc/
H A Dcp2112.c203 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 Ddaemon.c1700 ntohl(startcapreq.read_timeout), in daemon_msg_startcap_req()