Searched refs:outbound_pbuf_stream (Results 1 – 2 of 2) sorted by relevance
378 snmp_append_outbound_varbind(&(request.outbound_pbuf_stream), &vb); in snmp_receive()484 err = snmp_append_outbound_varbind(&request->outbound_pbuf_stream, vb); in snmp_process_varbind()601 repetition_offset = request->outbound_pbuf_stream.offset; in snmp_process_getbulk_request()1301 struct snmp_pbuf_stream *pbuf_stream = &(request->outbound_pbuf_stream); in snmp_prepare_outbound_frame()1702 frame_size = request->outbound_pbuf_stream.offset; in snmp_complete_outbound_frame()1718 OF_BUILD_EXEC( snmp_ans1_enc_tlv(&(request->outbound_pbuf_stream), &tlv) ); in snmp_complete_outbound_frame()1839 OF_BUILD_EXEC(snmp_pbuf_stream_init(&(request->outbound_pbuf_stream), in snmp_complete_outbound_frame()1844 OF_BUILD_EXEC(snmp_pbuf_stream_init(&request->outbound_pbuf_stream, in snmp_complete_outbound_frame()1846 OF_BUILD_EXEC(snmp_pbuf_stream_seek_abs(&request->outbound_pbuf_stream, in snmp_complete_outbound_frame()1850 OF_BUILD_EXEC(snmp_ans1_enc_tlv(&request->outbound_pbuf_stream, &tlv)); in snmp_complete_outbound_frame()[all …]
137 struct snmp_pbuf_stream outbound_pbuf_stream; member
Completed in 8 milliseconds