Lines Matching defs:dlt_choices
3221 static struct dlt_choice dlt_choices[] = {
3382 for (i = 0; dlt_choices[i].name != NULL; i++) {
3383 if (pcapint_strcasecmp(dlt_choices[i].name, name) == 0)
3384 return (dlt_choices[i].dlt);
3394 for (i = 0; dlt_choices[i].name != NULL; i++) {
3395 if (dlt_choices[i].dlt == dlt)
3396 return (dlt_choices[i].name);
3406 for (i = 0; dlt_choices[i].name != NULL; i++) {
3407 if (dlt_choices[i].dlt == dlt)
3408 return (dlt_choices[i].description);