Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap.c3434 static struct tstamp_type_choice tstamp_type_choices[] = { variable
3449 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3450 if (pcapint_strcasecmp(tstamp_type_choices[i].name, name) == 0)
3451 return (tstamp_type_choices[i].type);
3461 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3462 if (tstamp_type_choices[i].type == tstamp_type)
3463 return (tstamp_type_choices[i].name);
3473 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3474 if (tstamp_type_choices[i].type == tstamp_type)
3475 return (tstamp_type_choices[i].description);