Searched refs:pbuf_realloc (Results 1 – 20 of 20) sorted by relevance
/third_party/lwip/src/core/ |
D | tcp_in.c | 1114 pbuf_realloc(cseg->p, cseg->len); 1516 pbuf_realloc(inseg.p, inseg.len); 1565 pbuf_realloc(inseg.p, inseg.len); 1766 pbuf_realloc(prev->p, prev->len); 1802 pbuf_realloc(next->p, next->len); 1817 pbuf_realloc(next->next->p, next->next->len);
|
D | pbuf.c | 402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
|
D | tcp_out.c | 945 pbuf_realloc(useg->p, useg->p->tot_len - remainder); in tcp_split_unsent_seg()
|
/third_party/lwip/src/include/lwip/ |
D | pbuf.h | 282 void pbuf_realloc(struct pbuf *p, u16_t size);
|
/third_party/lwip/src/netif/ |
D | zepif.c | 155 pbuf_realloc(p, p->tot_len - 2); in zepif_udp_recv()
|
D | slipif.c | 224 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
|
D | lowpan6_common.c | 827 pbuf_realloc(q, ip6_offset + p->len); in lowpan6_decompress()
|
/third_party/lwip/src/apps/tftp/ |
D | tftp_server.c | 199 pbuf_realloc(tftp_state.last_data, (u16_t)(TFTP_HEADER_LENGTH + ret)); in send_data()
|
/third_party/libcoap/src/ |
D | coap_io_lwip.c | 299 pbuf_realloc(pdu->pbuf, pdu->used_size + coap_pdu_parse_header_size(session->proto, in coap_socket_send_pdu()
|
/third_party/lwip/src/core/ipv6/ |
D | dhcp6.c | 446 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp6_msg) + options_out_len)); in dhcp6_msg_finalize()
|
D | ip6.c | 622 pbuf_realloc(p, (u16_t)(IP6_HLEN + IP6H_PLEN(ip6hdr)));
|
/third_party/lwip/src/netif/ppp/ |
D | chap-new.c | 493 pbuf_realloc(p, PPP_HDRLEN + len);
|
D | pppos.c | 551 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2); in pppos_input()
|
D | eap.c | 861 pbuf_realloc(p, outlen + PPP_HDRLEN); in eap_send_request()
|
/third_party/lwip/src/core/ipv4/ |
D | ip4.c | 507 pbuf_realloc(p, iphdr_len);
|
D | dhcp.c | 2039 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + options_out_len));
|
/third_party/lwip/src/apps/altcp_tls/ |
D | altcp_tls_mbedtls.c | 408 pbuf_realloc(buf, (u16_t)ret); in altcp_mbedtls_handle_rx_appldata()
|
/third_party/lwip/src/apps/snmp/ |
D | snmp_msg.c | 1826 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()
|
/third_party/lwip/src/apps/mdns/ |
D | mdns.c | 1485 pbuf_realloc(outpkt->pbuf, outpkt->write_offset); in mdns_send_outpacket()
|
/third_party/lwip/ |
D | CHANGELOG | 3684 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold
|