Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
H A 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);
H A Dpbuf.c399 * @note Despite its name, pbuf_realloc cannot grow the size of a pbuf (chain).
402 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
408 LWIP_ASSERT("pbuf_realloc: p != NULL", p != NULL); in pbuf_realloc()
431 LWIP_ASSERT("pbuf_realloc: q != NULL", q != NULL); in pbuf_realloc()
H A Dtcp_out.c945 pbuf_realloc(useg->p, useg->p->tot_len - remainder); in tcp_split_unsent_seg()
/third_party/lwip/src/include/lwip/
H A Dpbuf.h282 void pbuf_realloc(struct pbuf *p, u16_t size);
/third_party/lwip/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()
/third_party/lwip/src/apps/tftp/
H A Dtftp_server.c199 pbuf_realloc(tftp_state.last_data, (u16_t)(TFTP_HEADER_LENGTH + ret)); in send_data()
/third_party/libcoap/src/
H A 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/
H A Ddhcp6.c446 pbuf_realloc(p_out, (u16_t)(sizeof(struct dhcp6_msg) + options_out_len)); in dhcp6_msg_finalize()
H A Dip6.c622 pbuf_realloc(p, (u16_t)(IP6_HLEN + IP6H_PLEN(ip6hdr)));
/third_party/lwip/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()
/third_party/lwip/src/core/ipv4/
H A Dip4.c507 pbuf_realloc(p, iphdr_len);
H A 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/
H A Daltcp_tls_mbedtls.c408 pbuf_realloc(buf, (u16_t)ret); in altcp_mbedtls_handle_rx_appldata()
/third_party/lwip/src/apps/mdns/
H A Dmdns.c1485 pbuf_realloc(outpkt->pbuf, outpkt->write_offset); in mdns_send_outpacket()
/third_party/lwip/src/apps/snmp/
H A Dsnmp_msg.c1826 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()

Completed in 30 milliseconds