Searched refs:PCAP_TSTAMP_ADAPTER (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/libpcap/pcap/
H A Dpcap.h314 * PCAP_TSTAMP_ADAPTER is a high-precision time stamp supplied by the
335 #define PCAP_TSTAMP_ADAPTER 3 /* device-provided, synced with the system clock */ macro
/freebsd-11.0-release/contrib/libpcap/
H A Dpcap.c1285 { "adapter", "Adapter", PCAP_TSTAMP_ADAPTER },
H A Dpcap-linux.c432 handle->tstamp_type_list[1] = PCAP_TSTAMP_ADAPTER;
3772 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER ||
3828 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER) {

Completed in 104 milliseconds