Lines Matching defs:dlt_choices
53 static struct dlt_choice dlt_choices[] = {
135 for (i = 0; dlt_choices[i].name != NULL; i++) {
136 if (ascii_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1,
138 return (dlt_choices[i].dlt);
148 for (i = 0; dlt_choices[i].name != NULL; i++) {
149 if (dlt_choices[i].dlt == dlt)
150 return (dlt_choices[i].name + sizeof("DLT_") - 1);
161 for (i = 0; dlt_choices[i].name != NULL; i++) {
162 if (dlt_choices[i].dlt == dlt)
163 return (dlt_choices[i].description);