Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c367 … err = snmp_sendto(request.handle, request.outbound_pbuf, request.source_ip, request.source_port); in snmp_receive()
379 if (request.outbound_pbuf != NULL) { in snmp_receive()
380 pbuf_free(request.outbound_pbuf); in snmp_receive()
606 …snmp_vb_enumerator_init(&repetition_varbind_enumerator, request->outbound_pbuf, repetition_offset,… in snmp_process_getbulk_request()
1274 request->outbound_pbuf = pbuf_alloc(PBUF_TRANSPORT, 1472, PBUF_RAM); in snmp_prepare_outbound_frame()
1275 if (request->outbound_pbuf == NULL) { in snmp_prepare_outbound_frame()
1279 snmp_pbuf_stream_init(pbuf_stream, request->outbound_pbuf, 0, request->outbound_pbuf->tot_len); in snmp_prepare_outbound_frame()
1668 …request->outbound_pbuf_stream), request->outbound_pbuf, request->outbound_varbind_offset, request-… in snmp_complete_outbound_frame()
1687 …_stream_init(&(request->outbound_pbuf_stream), request->outbound_pbuf, 0, request->outbound_pbuf->… in snmp_complete_outbound_frame()
1790 …uf_stream_init(&request->outbound_pbuf_stream, request->outbound_pbuf, 0, request->outbound_pbuf->… in snmp_complete_outbound_frame()
[all …]
Dsnmp_msg.h136 struct pbuf *outbound_pbuf; member