HomeSort by relevance Sort by last modified time
    Searched refs:PCAP_TSTAMP_HOST (Results 1 - 3 of 3) sorted by null

  /external/libpcap/pcap/
pcap.h 304 * A system that supports PCAP_TSTAMP_HOST is offering time stamps
338 #define PCAP_TSTAMP_HOST 0 /* host-provided, unknown characteristics */
  /external/libpcap/
pcap.c 665 * If p->tstamp_type_count is 0, we only support PCAP_TSTAMP_HOST;
666 * the default time stamp type is PCAP_TSTAMP_HOST.
669 if (tstamp_type == PCAP_TSTAMP_HOST) {
    [all...]
pcap-linux.c     [all...]

Completed in 592 milliseconds