Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_msg.c1635 u16_t frame_size; in snmp_complete_outbound_frame() local
1702 frame_size = request->outbound_pbuf_stream.offset; in snmp_complete_outbound_frame()
1708 …outbound_padding = (8 - (u8_t)((frame_size - request->outbound_scoped_pdu_seq_offset) & 0x07)) & 0… in snmp_complete_outbound_frame()
1716 …SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_SEQUENCE, 3, frame_size + outbound_padding - 1 - 3); … in snmp_complete_outbound_frame()
1741 …SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_SEQUENCE, 3, frame_size - request->outbound_scoped_pd… in snmp_complete_outbound_frame()
1749frame_size - request->outbound_pdu_offset - 1 - 3); /* - type - length_len(fixed, see snmp_prepare… in snmp_complete_outbound_frame()
1808 …SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_SEQUENCE, 3, frame_size - request->outbound_varbind_o… in snmp_complete_outbound_frame()
1822 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_OCTET_STRING, 3, frame_size + outbound_padding in snmp_complete_outbound_frame()
1841 …OF_BUILD_EXEC(snmpv3_auth(&request->outbound_pbuf_stream, frame_size + outbound_padding, key, algo… in snmp_complete_outbound_frame()
1856 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()

Completed in 9 milliseconds