Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_core.c1252 snmp_decode_truthvalue(const s32_t *asn1_value, u8_t *bool_value) in snmp_decode_truthvalue() argument
1262 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() argument
1347 if (bool_value) { in snmp_encode_truthvalue()
/lib/lwip/lwip/src/include/lwip/apps/
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);

Completed in 10 milliseconds