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

/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap.h357 * A system that supports PCAP_TSTAMP_HOST is offering time stamps
391 #define PCAP_TSTAMP_HOST 0 /* host-provided, unknown characteristics */ macro
/freebsd-13-stable/contrib/libpcap/
H A Dpcap.c388 * That means the only type we support is PCAP_TSTAMP_HOST;
397 **tstamp_typesp = PCAP_TSTAMP_HOST;
2404 * If p->tstamp_type_count is 0, we only support PCAP_TSTAMP_HOST;
2405 * the default time stamp type is PCAP_TSTAMP_HOST.
2408 if (tstamp_type == PCAP_TSTAMP_HOST) {
3158 { "host", "Host", PCAP_TSTAMP_HOST },
H A Dpcap-linux.c6558 { SOF_TIMESTAMPING_SOFTWARE, PCAP_TSTAMP_HOST },

Completed in 82 milliseconds