Searched refs:bool_value (Results 1 – 2 of 2) sorted by relevance
1249 snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value) in snmp_decode_truthvalue() argument1259 if ((asn1_value == NULL) || (bool_value == NULL)) { in snmp_decode_truthvalue()1264 *bool_value = 1; in snmp_decode_truthvalue()1266 *bool_value = 0; in snmp_decode_truthvalue()1330 snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value) in snmp_encode_truthvalue() argument1344 if (bool_value) { in snmp_encode_truthvalue()
326 err_t snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value);328 u8_t snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value);