Searched refs:tstamp_type (Results 1 – 4 of 4) sorted by relevance
2570 p->opt.tstamp_type = -1; /* default to not setting time stamp type */2638 pcap_set_tstamp_type(pcap_t *p, int tstamp_type) argument2649 if (tstamp_type < 0)2657 if (tstamp_type == PCAP_TSTAMP_HOST) {2658 p->opt.tstamp_type = tstamp_type;2666 if (p->tstamp_type_list[i] == (u_int)tstamp_type) {2670 p->opt.tstamp_type = tstamp_type;3495 pcap_tstamp_type_val_to_name(int tstamp_type) argument3500 if (tstamp_type_choices[i].type == tstamp_type)3507 pcap_tstamp_type_val_to_description(int tstamp_type) argument[all …]
191 int tstamp_type; member
3271 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER || in create_ring()3272 handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER_UNSYNCED) { in create_ring()3338 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER) { in create_ring()
1248 switch (p->opt.tstamp_type) { in pcap_activate_npf()