Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/apps/snmp/
A Dsnmp_msg.c403 if (request.outbound_pbuf != NULL) { in snmp_receive()
404 pbuf_free(request.outbound_pbuf); in snmp_receive()
1304 request->outbound_pbuf = pbuf_alloc(PBUF_TRANSPORT, 1472, PBUF_RAM); in snmp_prepare_outbound_frame()
1305 if (request->outbound_pbuf == NULL) { in snmp_prepare_outbound_frame()
1309 snmp_pbuf_stream_init(pbuf_stream, request->outbound_pbuf, 0, request->outbound_pbuf->tot_len); in snmp_prepare_outbound_frame()
1698 …request->outbound_pbuf_stream), request->outbound_pbuf, request->outbound_varbind_offset, request-… in snmp_complete_outbound_frame()
1717 …_stream_init(&(request->outbound_pbuf_stream), request->outbound_pbuf, 0, request->outbound_pbuf->… in snmp_complete_outbound_frame()
1820 …uf_stream_init(&request->outbound_pbuf_stream, request->outbound_pbuf, 0, request->outbound_pbuf->… in snmp_complete_outbound_frame()
1840 … request->outbound_pbuf, 0, request->outbound_pbuf->tot_len)); in snmp_complete_outbound_frame()
1845 … request->outbound_pbuf, 0, request->outbound_pbuf->tot_len)); in snmp_complete_outbound_frame()
[all …]
A Dsnmp_msg.h136 struct pbuf *outbound_pbuf; member

Completed in 15 milliseconds