Home
last modified time | relevance | path

Searched refs:PCAP_TSTAMP_ADAPTER_UNSYNCED (Results 1 – 3 of 3) sorted by relevance

/external/libpcap/pcap/
Dpcap.h338 #define PCAP_TSTAMP_ADAPTER_UNSYNCED 4 /* device-provided, not synced with the system clock */ macro
/external/libpcap/
Dpcap.c1257 { "adapter_unsynced", "Adapter, not synced with system time", PCAP_TSTAMP_ADAPTER_UNSYNCED },
Dpcap-linux.c436 handle->tstamp_type_list[2] = PCAP_TSTAMP_ADAPTER_UNSYNCED; in pcap_create_interface()
3757 handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER_UNSYNCED) {