Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp_in.c1083 pbuf_realloc(cseg->p, cseg->len);
1478 pbuf_realloc(inseg.p, inseg.len);
1527 pbuf_realloc(inseg.p, inseg.len);
1728 pbuf_realloc(prev->p, prev->len);
1764 pbuf_realloc(next->p, next->len);
1779 pbuf_realloc(next->next->p, next->next->len);
H A Dpbuf.c402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
H A Dtcp_out.c932 pbuf_realloc(useg->p, useg->p->tot_len - remainder); in tcp_split_unsent_seg()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dpbuf.h282 void pbuf_realloc(struct pbuf *p, u16_t size);
/btstack/3rd-party/lwip/core/src/netif/
H A Dzepif.c155 pbuf_realloc(p, p->tot_len - 2); in zepif_udp_recv()
H A Dslipif.c224 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
H A Dlowpan6_common.c827 pbuf_realloc(q, ip6_offset + p->len); in lowpan6_decompress()
/btstack/3rd-party/lwip/core/src/apps/tftp/
H A Dtftp.c238 pbuf_realloc(tftp_state.last_data, (u16_t)(TFTP_HEADER_LENGTH + ret)); in send_data()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dchap-new.c493 pbuf_realloc(p, PPP_HDRLEN + len);
H A Dpppos.c551 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2); in pppos_input()
H A Deap.c861 pbuf_realloc(p, outlen + PPP_HDRLEN); in eap_send_request()
/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Ddhcp6.c446 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp6_msg) + options_out_len)); in dhcp6_msg_finalize()
H A Dip6.c566 pbuf_realloc(p, (u16_t)(IP6_HLEN + IP6H_PLEN(ip6hdr)));
/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Dip4.c470 pbuf_realloc(p, iphdr_len);
H A Ddhcp.c1943 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + options_out_len)); in dhcp_option_trailer()
/btstack/3rd-party/lwip/core/src/apps/mdns/
H A Dmdns_out.c792 pbuf_realloc(outpkt.pbuf, outpkt.write_offset); in mdns_send_outpacket()
/btstack/3rd-party/lwip/core/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c408 pbuf_realloc(buf, (u16_t)ret); in altcp_mbedtls_handle_rx_appldata()
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_msg.c1854 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()
/btstack/3rd-party/lwip/core/
H A DCHANGELOG3674 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold