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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap.c1109 static struct tstamp_type_choice tstamp_type_choices[] = { variable in typeref:struct:tstamp_type_choice
1123 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
1124 if (pcap_strcasecmp(tstamp_type_choices[i].name, name) == 0)
1125 return (tstamp_type_choices[i].type);
1135 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
1136 if (tstamp_type_choices[i].type == tstamp_type)
1137 return (tstamp_type_choices[i].name);
1147 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
1148 if (tstamp_type_choices[i].type == tstamp_type)
1149 return (tstamp_type_choices[
[all...]

Completed in 47 milliseconds