Searched refs:tstamp_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap.c506 p->opt.tstamp_type = -1; /* default to not setting time stamp type */
558 pcap_set_tstamp_type(pcap_t *p, int tstamp_type) argument
576 if (p->tstamp_type_list[i] == tstamp_type) {
580 p->opt.tstamp_type = tstamp_type;
1131 pcap_tstamp_type_val_to_name(int tstamp_type) argument
1136 if (tstamp_type_choices[i].type == tstamp_type)
1143 pcap_tstamp_type_val_to_description(int tstamp_type) argument
1148 if (tstamp_type_choices[i].type == tstamp_type)
H A Dpcap-int.h213 int tstamp_type; member in struct:pcap_opt
H A Dpcap-linux.c3428 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER ||
3429 handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER_UNSYNCED) {
3484 if (handle->opt.tstamp_type == PCAP_TSTAMP_ADAPTER) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dpcm.h339 int tstamp_type; /* timestamp type */ member in struct:snd_pcm_runtime
892 if (runtime->tstamp_type == SNDRV_PCM_TSTAMP_TYPE_MONOTONIC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_native.c2488 runtime->tstamp_type = SNDRV_PCM_TSTAMP_TYPE_GETTIMEOFDAY;
2490 runtime->tstamp_type = SNDRV_PCM_TSTAMP_TYPE_MONOTONIC;

Completed in 116 milliseconds