Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/lib/
H A Dsnmppriv.h37 enum snmp_code snmp_fix_encoding(struct asn_buf *, struct snmp_pdu *);
H A Dsnmpagent.c282 if (snmp_fix_encoding(resp_b, resp) != SNMP_CODE_OK) { in snmp_get()
450 if (snmp_fix_encoding(resp_b, resp) != SNMP_CODE_OK) { in snmp_getnext()
559 if (snmp_fix_encoding(resp_b, resp) != SNMP_CODE_OK) { in snmp_getbulk()
907 if (snmp_fix_encoding(resp_b, resp) != SNMP_CODE_OK) { in snmp_set()
1054 code = snmp_fix_encoding(resp_b, &resp); in snmp_make_errresp()
H A Dsnmp.c857 snmp_fix_encoding(struct asn_buf *b, struct snmp_pdu *pdu) in snmp_fix_encoding() function
1008 return (snmp_fix_encoding(resp_b, pdu)); in snmp_pdu_encode()