Searched refs:outbound_pbuf_stream (Results 1 – 4 of 4) sorted by relevance
/components/net/lwip/lwip-2.0.3/src/apps/snmp/ |
A D | snmp_msg.c | 305 err = snmp_append_outbound_varbind(&request->outbound_pbuf_stream, vb); in snmp_process_varbind() 422 repetition_offset = request->outbound_pbuf_stream.offset; in snmp_process_getbulk_request() 993 struct snmp_pbuf_stream* pbuf_stream = &(request->outbound_pbuf_stream); in snmp_prepare_outbound_frame() 1390 frame_size = request->outbound_pbuf_stream.offset; in snmp_complete_outbound_frame() 1398 snmp_pbuf_stream_write(&request->outbound_pbuf_stream, 0); in snmp_complete_outbound_frame() 1406 OF_BUILD_EXEC( snmp_ans1_enc_tlv(&(request->outbound_pbuf_stream), &tlv) ); in snmp_complete_outbound_frame() 1527 OF_BUILD_EXEC(snmp_pbuf_stream_init(&(request->outbound_pbuf_stream), in snmp_complete_outbound_frame() 1532 OF_BUILD_EXEC(snmp_pbuf_stream_init(&request->outbound_pbuf_stream, in snmp_complete_outbound_frame() 1534 OF_BUILD_EXEC(snmp_pbuf_stream_seek_abs(&request->outbound_pbuf_stream, in snmp_complete_outbound_frame() 1538 OF_BUILD_EXEC(snmp_ans1_enc_tlv(&request->outbound_pbuf_stream, &tlv)); in snmp_complete_outbound_frame() [all …]
|
A D | snmp_msg.h | 145 struct snmp_pbuf_stream outbound_pbuf_stream; member
|
/components/net/lwip/lwip-2.1.2/src/apps/snmp/ |
A D | snmp_msg.c | 354 snmp_append_outbound_varbind(&(request.outbound_pbuf_stream), &vb); in snmp_receive() 460 err = snmp_append_outbound_varbind(&request->outbound_pbuf_stream, vb); in snmp_process_varbind() 577 repetition_offset = request->outbound_pbuf_stream.offset; in snmp_process_getbulk_request() 1271 struct snmp_pbuf_stream *pbuf_stream = &(request->outbound_pbuf_stream); in snmp_prepare_outbound_frame() 1672 frame_size = request->outbound_pbuf_stream.offset; in snmp_complete_outbound_frame() 1688 OF_BUILD_EXEC( snmp_ans1_enc_tlv(&(request->outbound_pbuf_stream), &tlv) ); in snmp_complete_outbound_frame() 1809 OF_BUILD_EXEC(snmp_pbuf_stream_init(&(request->outbound_pbuf_stream), in snmp_complete_outbound_frame() 1814 OF_BUILD_EXEC(snmp_pbuf_stream_init(&request->outbound_pbuf_stream, in snmp_complete_outbound_frame() 1816 OF_BUILD_EXEC(snmp_pbuf_stream_seek_abs(&request->outbound_pbuf_stream, in snmp_complete_outbound_frame() 1820 OF_BUILD_EXEC(snmp_ans1_enc_tlv(&request->outbound_pbuf_stream, &tlv)); in snmp_complete_outbound_frame() [all …]
|
A D | snmp_msg.h | 137 struct snmp_pbuf_stream outbound_pbuf_stream; member
|
Completed in 16 milliseconds