Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c1606 u8_t outbound_padding = 0; in snmp_complete_outbound_frame() local
1678outbound_padding = (8 - (u8_t)((frame_size - request->outbound_scoped_pdu_seq_offset) & 0x07)) & 0… in snmp_complete_outbound_frame()
1679 for (i = 0; i < outbound_padding; i++) { in snmp_complete_outbound_frame()
1686 …SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_SEQUENCE, 3, frame_size + outbound_padding - 1 - 3); … in snmp_complete_outbound_frame()
1792 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_OCTET_STRING, 3, frame_size + outbound_padding in snmp_complete_outbound_frame()
1811 …OF_BUILD_EXEC(snmpv3_auth(&request->outbound_pbuf_stream, frame_size + outbound_padding, key, algo… in snmp_complete_outbound_frame()
1826 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()