Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c893 static const struct smi2be smi2betab[] = { variable
950 for (i = 0; smi2betab[i].basetype != SMI_BASETYPE_UNKNOWN; i++) { in smi_check_type()
951 if (smi2betab[i].basetype == basetype && smi2betab[i].be == be) { in smi_check_type()