HomeSort by: relevance | last modified time | path
    Searched defs:tstamp_type_choices (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap.c 3443 static struct tstamp_type_choice tstamp_type_choices[] = { variable in typeref:struct:tstamp_type_choice
3458 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3459 if (pcapint_strcasecmp(tstamp_type_choices[i].name, name) == 0)
3460 return (tstamp_type_choices[i].type);
3470 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3471 if (tstamp_type_choices[i].type == tstamp_type)
3472 return (tstamp_type_choices[i].name);
3482 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3483 if (tstamp_type_choices[i].type == tstamp_type)
3484 return (tstamp_type_choices[i].description)
    [all...]
pcap.c 3443 static struct tstamp_type_choice tstamp_type_choices[] = { variable in typeref:struct:tstamp_type_choice
3458 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3459 if (pcapint_strcasecmp(tstamp_type_choices[i].name, name) == 0)
3460 return (tstamp_type_choices[i].type);
3470 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3471 if (tstamp_type_choices[i].type == tstamp_type)
3472 return (tstamp_type_choices[i].name);
3482 for (i = 0; tstamp_type_choices[i].name != NULL; i++) {
3483 if (tstamp_type_choices[i].type == tstamp_type)
3484 return (tstamp_type_choices[i].description)
    [all...]

Completed in 72 milliseconds