Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.c305 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 Dsnmp_msg.h145 struct snmp_pbuf_stream outbound_pbuf_stream; member

Completed in 6 milliseconds