Home | History | Annotate | Download | only in libpcap

Lines Matching refs:precision

677 precision to microsecond precision; every
678 * pcap module *MUST* support microsecond precision, even if
679 * it does so by converting the native precision to
689 * Check whether we claim to support this precision of
704 * We don't support this time stamp precision.
1254 { "host_lowprec", "Host, low precision", PCAP_TSTAMP_HOST_LOWPREC },
1255 { "host_hiprec", "Host, high precision", PCAP_TSTAMP_HOST_HIPREC },
1545 return ("That device doesn't support that time stamp precision");
1786 pcap_open_dead_with_tstamp_precision(int linktype, int snaplen, u_int precision)
1790 switch (precision) {
1805 p->opt.tstamp_precision = precision;