Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptc.c101 } text_convs[] = { variable
145 if (!strncmp(text_convs[i].tc_str, str, in snmp_get_tc()
146 strlen(text_convs[i].tc_str))) in snmp_get_tc()
147 return (text_convs[i].tc); in snmp_get_tc()
162 if (text_convs[tc].len > 0) in snmp_oct2tc()
163 tc_len = text_convs[tc].len; in snmp_oct2tc()
173 if (text_convs[tc].oct2tc(len, octets, buf) == NULL) { in snmp_oct2tc()
187 return (text_convs[tc].tc2oid(str, oid)); in snmp_tc2oid()
196 return (text_convs[tc].tc2oct(value, string)); in snmp_tc2oct()