Home
last modified time | relevance | path

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

/external/libpcap/pcap/
Dpcap.h337 #define PCAP_TSTAMP_ADAPTER 3 /* device-provided, synced with the system clock */ macro
/external/libpcap/
Dpcap-linux.c435 handle->tstamp_type_list[1] = PCAP_TSTAMP_ADAPTER; in pcap_create_interface()
3756 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER ||
3812 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER) {
Dpcap.c1256 { "adapter", "Adapter", PCAP_TSTAMP_ADAPTER },