Searched refs:outbound_pbuf (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_msg.c | 226 if (request.outbound_pbuf != NULL) { in snmp_receive() 227 pbuf_free(request.outbound_pbuf); in snmp_receive() 996 request->outbound_pbuf = pbuf_alloc(PBUF_TRANSPORT, 1472, PBUF_RAM); in snmp_prepare_outbound_frame() 997 if (request->outbound_pbuf == NULL) { in snmp_prepare_outbound_frame() 1001 snmp_pbuf_stream_init(pbuf_stream, request->outbound_pbuf, 0, request->outbound_pbuf->tot_len); in snmp_prepare_outbound_frame() 1386 …request->outbound_pbuf_stream), request->outbound_pbuf, request->outbound_varbind_offset, request-… in snmp_complete_outbound_frame() 1405 …_stream_init(&(request->outbound_pbuf_stream), request->outbound_pbuf, 0, request->outbound_pbuf->… in snmp_complete_outbound_frame() 1508 …uf_stream_init(&request->outbound_pbuf_stream, request->outbound_pbuf, 0, request->outbound_pbuf->… in snmp_complete_outbound_frame() 1528 request->outbound_pbuf, 0, request->outbound_pbuf->tot_len)); in snmp_complete_outbound_frame() 1533 request->outbound_pbuf, 0, request->outbound_pbuf->tot_len)); in snmp_complete_outbound_frame() [all …]
|
A D | snmp_msg.h | 144 struct pbuf *outbound_pbuf; member
|
Completed in 6 milliseconds