Lines Matching refs:u8_t

79 static u8_t v1_enabled = 1;
80 static u8_t v2c_enabled = 1;
81 static u8_t v3_enabled = 1;
83 static u8_t
84 snmp_version_enabled(u8_t version)
102 u8_t
108 u8_t
114 u8_t
121 snmp_version_enable(u8_t version, u8_t enable)
139 snmp_v1_enable(u8_t enable)
145 snmp_v2c_enable(u8_t enable)
151 snmp_v3_enable(u8_t enable)
385 static u8_t
403 snmp_process_varbind(struct snmp_request *request, struct snmp_varbind *vb, u8_t get_next)
604 u8_t all_endofmibview = 1;
807 request->version = (u8_t)s32_value;
851 request->msg_flags = (u8_t)s32_value;
888 request->msg_authoritative_engine_id_len = (u8_t)u16_value;
912 request->msg_user_name_len = (u8_t)u16_value;
927 request->msg_authentication_parameters_len = (u8_t)u16_value;
938 request->msg_privacy_parameters_len = (u8_t)u16_value;
948 u8_t eid_len;
1011 const u8_t zero_arr[SNMP_V3_MAX_AUTH_PARAM_LENGTH] = { 0 };
1012 u8_t key[20];
1013 u8_t hmac[LWIP_MAX(SNMP_V3_SHA_LEN, SNMP_V3_MD5_LEN)];
1076 u8_t key[20];
1116 request->context_engine_id_len = (u8_t)u16_value;
1127 request->context_name_len = (u8_t)u16_value;
1566 OVB_BUILD_EXEC(snmp_asn1_enc_raw(pbuf_stream, (u8_t *) varbind->value, len.value_value_len));
1580 OVB_BUILD_EXEC(snmp_asn1_enc_raw(pbuf_stream, (u8_t *) varbind->value, len.value_value_len));
1606 u8_t outbound_padding = 0;
1677 u8_t i;
1678 outbound_padding = (8 - (u8_t)((frame_size - request->outbound_scoped_pdu_seq_offset) & 0x07)) & 0x07;
1786 u8_t key[20];
1804 u8_t key[20];
1806 u8_t hmac[20];
1907 err = snmp_asn1_dec_raw(&(enumerator->pbuf_stream), tlv.value_len, (u8_t *)varbind->value, &varbind->value_len, SNMP_MAX_VALUE_SIZE);
1928 VB_PARSE_EXEC(snmp_asn1_dec_raw(&(enumerator->pbuf_stream), tlv.value_len, (u8_t *)varbind->value, &varbind->value_len, SNMP_MAX_VALUE_SIZE));