Searched refs:PCAP_TSTAMP_PRECISION_NANO (Results 1 – 5 of 5) sorted by relevance
267 case PCAP_TSTAMP_PRECISION_NANO: in pcap_check_header()573 …hdr.magic = p->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? NSEC_TCPDUMP_MAGIC : TCPDUMP_M… in sf_write_header()
613 case PCAP_TSTAMP_PRECISION_NANO: in add_interface()771 case PCAP_TSTAMP_PRECISION_NANO: in pcap_ng_check_header()
457 handle->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in pcap_create_interface()1720 if (handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) {3321 if (handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) {4410 … handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? h.h2->tp_nsec : h.h2->tp_nsec / 1000,4505 …handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? tp3_hdr->tp_nsec : tp3_hdr->tp_nsec /…
1793 case PCAP_TSTAMP_PRECISION_NANO: in pcap_open_dead_with_tstamp_precision()
347 #define PCAP_TSTAMP_PRECISION_NANO 1 /* use timestamps with nanosecond precision */ macro