Home
last modified time | relevance | path

Searched refs:PCAP_TSTAMP_PRECISION_NANO (Results 1 – 9 of 9) sorted by relevance

/external/libpcap/
Dsf-pcap.c267 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()
784 if (p->opt.tstamp_precision != PCAP_TSTAMP_PRECISION_NANO) { in pcap_dump_open_append()
Dpcap-snf.c121 if (tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) in snf_timestamp_to_timeval()
492 p->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in snf_create()
Dsf-pcap-ng.c613 case PCAP_TSTAMP_PRECISION_NANO: in add_interface()
771 case PCAP_TSTAMP_PRECISION_NANO: in pcap_ng_check_header()
Dpcap-dag.c567 case PCAP_TSTAMP_PRECISION_NANO: in dag_read()
959 p->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in dag_create()
Dpcap-linux.c487 handle->tstamp_precision_list[1] = PCAP_TSTAMP_PRECISION_NANO; in pcap_create_interface()
1813 if (handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) {
3469 if (handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO) {
4781 … handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? h.h2->tp_nsec : h.h2->tp_nsec / 1000,
4883 …handle->opt.tstamp_precision == PCAP_TSTAMP_PRECISION_NANO ? tp3_hdr->tp_nsec : tp3_hdr->tp_nsec /…
Dpcap.c1823 case PCAP_TSTAMP_PRECISION_NANO: in pcap_open_dead_with_tstamp_precision()
/external/libpcap/pcap/
Dpcap.h347 #define PCAP_TSTAMP_PRECISION_NANO 1 /* use timestamps with nanosecond precision */ macro
/external/tcpdump/
Dutil.c170 case PCAP_TSTAMP_PRECISION_NANO: in ts_format()
Dtcpdump.c903 return PCAP_TSTAMP_PRECISION_NANO; in tstamp_precision_from_string()
919 case PCAP_TSTAMP_PRECISION_NANO: in tstamp_precision_to_string()