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

  /external/libpcap/
pcap.c 559 p->opt.tstamp_type = -1; /* default to not setting time stamp type */
612 pcap_set_tstamp_type(pcap_t *p, int tstamp_type)
624 if (tstamp_type == PCAP_TSTAMP_HOST) {
625 p->opt.tstamp_type = tstamp_type;
633 if (p->tstamp_type_list[i] == tstamp_type) {
637 p->opt.tstamp_type = tstamp_type;
    [all...]
pcap-int.h 94 int tstamp_type; member in struct:pcap_opt
pcap-linux.c     [all...]

Completed in 432 milliseconds