Lines Matching refs:code
781 context.ctx.code = SNMP_RET_OK; in snmp_set()
853 context.ctx.code = SNMP_RET_ERR; in snmp_set()
878 context.ctx.code = SNMP_RET_ERR; in snmp_set()
910 context.ctx.code = SNMP_RET_IGN; in snmp_set()
920 snmp_debug("set: returning %d", context.ctx.code); in snmp_set()
922 return (context.ctx.code); in snmp_set()
983 enum snmp_code code; in snmp_make_errresp() local
987 if ((code = snmp_pdu_decode_header(pdu_b, &resp)) != SNMP_CODE_OK) in snmp_make_errresp()
1043 code = snmp_pdu_encode_header(resp_b, &resp); in snmp_make_errresp()
1044 if (code != SNMP_CODE_OK) in snmp_make_errresp()
1054 code = snmp_fix_encoding(resp_b, &resp); in snmp_make_errresp()
1055 if (code != SNMP_CODE_OK) in snmp_make_errresp()