Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_core.c1249 snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value) in snmp_decode_truthvalue() argument
1259 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() argument
1344 if (bool_value) { in snmp_encode_truthvalue()
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsnmp_core.h326 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);