Home
last modified time | relevance | path

Searched refs:snmp_prepare_outbound_frame (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/apps/snmp/
H A Dsnmp_msg.c262 static err_t snmp_prepare_outbound_frame(struct snmp_request *request);
287 err = snmp_prepare_outbound_frame(&request); in snmp_receive()
1268 snmp_prepare_outbound_frame(struct snmp_request *request) in snmp_prepare_outbound_frame() function
1686 SNMP_ASN1_SET_TLV_PARAMS(tlv, SNMP_ASN1_TYPE_SEQUENCE, 3, frame_size + outbound_padding - 1 - 3); /* - type - length_len(fixed, see snmp_prepare_outbound_frame()) */ in snmp_complete_outbound_frame()
1693 /* - type - length_len(fixed, see snmp_prepare_outbound_frame()) */ in snmp_complete_outbound_frame()
1719 frame_size - request->outbound_pdu_offset - 1 - 3); /* - type - length_len(fixed, see snmp_prepare_outbound_frame()) */ in snmp_complete_outbound_frame()
1779 OF_BUILD_EXEC( snmp_pbuf_stream_seek_abs(&(request->outbound_pbuf_stream), request->outbound_varbind_offset - 1 - 3) ); /* - type - length_len(fixed, see snmp_prepare_outbound_frame()) */ in snmp_complete_outbound_frame()

Completed in 3 milliseconds