Searched refs:PCAP_TSTAMP_PRECISION_NANO (Results 1 – 10 of 10) sorted by relevance
254 case PCAP_TSTAMP_PRECISION_NANO: in ts_format()291 case PCAP_TSTAMP_PRECISION_NANO: in ts_unix_format()347 case PCAP_TSTAMP_PRECISION_NANO: in ts_print()
719 return PCAP_TSTAMP_PRECISION_NANO; in tstamp_precision_from_string()735 case PCAP_TSTAMP_PRECISION_NANO: in tstamp_precision_to_string()
290 case PCAP_TSTAMP_PRECISION_NANO: in pcap_check_header()626 …hdr.magic = p->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? NSEC_TCPDUMP_MAGIC : TCPDUMP_M… in sf_write_header()848 if (p->opt.tstamp_precision != PCAP_TSTAMP_PRECISION_NANO) { in pcap_dump_open_append()
118 if (tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) in snf_timestamp_to_timeval()487 p->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in snf_create()
658 case PCAP_TSTAMP_PRECISION_NANO: in dag_read()1048 p->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in dag_create()
497 handle->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in pcap_create_interface()1965 if (handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) {3653 if (handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) {4989 … handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? h.h2->tp_nsec : h.h2->tp_nsec / 1000,5107 …handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? tp3_hdr->tp_nsec : tp3_hdr->tp_nsec /…
832 case PCAP_TSTAMP_PRECISION_NANO: in pcap_ng_check_header()
464 p->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in pcap_create_interface()1113 if (p->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) { in pcap_read_bpf()
2029 case PCAP_TSTAMP_PRECISION_NANO: in pcap_open_dead_with_tstamp_precision()
351 #define PCAP_TSTAMP_PRECISION_NANO 1 /* use timestamps with nanosecond precision */ macro