Home
last modified time | relevance | path

Searched refs:pbuf_realloc (Results 1 – 20 of 20) sorted by relevance

/third_party/lwip/src/core/
Dtcp_in.c1114 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);
Dpbuf.c402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
Dtcp_out.c945 pbuf_realloc(useg->p, useg->p->tot_len - remainder); in tcp_split_unsent_seg()
/third_party/lwip/src/include/lwip/
Dpbuf.h282 void pbuf_realloc(struct pbuf *p, u16_t size);
/third_party/lwip/src/netif/
Dzepif.c155 pbuf_realloc(p, p->tot_len - 2); in zepif_udp_recv()
Dslipif.c224 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
Dlowpan6_common.c827 pbuf_realloc(q, ip6_offset + p->len); in lowpan6_decompress()
/third_party/lwip/src/apps/tftp/
Dtftp_server.c199 pbuf_realloc(tftp_state.last_data, (u16_t)(TFTP_HEADER_LENGTH + ret)); in send_data()
/third_party/libcoap/src/
Dcoap_io_lwip.c299 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/
Ddhcp6.c446 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp6_msg) + options_out_len)); in dhcp6_msg_finalize()
Dip6.c622 pbuf_realloc(p, (u16_t)(IP6_HLEN + IP6H_PLEN(ip6hdr)));
/third_party/lwip/src/netif/ppp/
Dchap-new.c493 pbuf_realloc(p, PPP_HDRLEN + len);
Dpppos.c551 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2); in pppos_input()
Deap.c861 pbuf_realloc(p, outlen + PPP_HDRLEN); in eap_send_request()
/third_party/lwip/src/core/ipv4/
Dip4.c507 pbuf_realloc(p, iphdr_len);
Ddhcp.c2039 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + options_out_len));
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c408 pbuf_realloc(buf, (u16_t)ret); in altcp_mbedtls_handle_rx_appldata()
/third_party/lwip/src/apps/snmp/
Dsnmp_msg.c1826 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()
/third_party/lwip/src/apps/mdns/
Dmdns.c1485 pbuf_realloc(outpkt->pbuf, outpkt->write_offset); in mdns_send_outpacket()
/third_party/lwip/
DCHANGELOG3684 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold