Searched refs:bool_value (Results 1 – 2 of 2) sorted by relevance
1252 snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value) in snmp_decode_truthvalue() argument1262 if ((asn1_value == NULL) || (bool_value == NULL)) { in snmp_decode_truthvalue()1267 *bool_value = 1; in snmp_decode_truthvalue()1269 *bool_value = 0; in snmp_decode_truthvalue()1333 snmp_encode_truthvalue(s32_t *asn1_value, u32_t bool_value) in snmp_encode_truthvalue() argument1347 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);
Completed in 10 milliseconds