Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dpbuf.h152 void pbuf_realloc(struct pbuf *p, u16_t size);
/lib/liblwip/src/core/
Ddhcp.c317 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_select()
745 pbuf_realloc(dhcp.p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp.options_out_len); in dhcp_inform()
847 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_decline()
897 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_discover()
1053 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_renew()
1104 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_rebind()
1145 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_reboot()
1192 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_release()
Dtcp_in.c827 pbuf_realloc(cseg->p, cseg->len); in tcp_oos_insert_segment()
1237 pbuf_realloc(inseg.p, inseg.len); in tcp_receive()
1285 pbuf_realloc(inseg.p, inseg.len); in tcp_receive()
1442 pbuf_realloc(prev->p, prev->len); in tcp_receive()
1464 pbuf_realloc(next->p, next->len); in tcp_receive()
1479 pbuf_realloc(next->next->p, next->next->len); in tcp_receive()
Ddns.c610 pbuf_realloc(p, (u16_t)((query + SIZEOF_DNS_QUERY) - ((char*)(p->payload)))); in dns_send()
Dpbuf.c430 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
/lib/liblwip/src/core/ipv6/
Dip6.c210 pbuf_realloc(p, IP_HLEN + ntohs(iphdr->len)); in ip_input()
/lib/liblwip/src/netif/
Dslipif.c187 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
/lib/liblwip/src/core/ipv4/
Dip_frag.c818 pbuf_realloc(rambuf, left + IP_HLEN); in ip_frag()
Dip.c381 pbuf_realloc(p, iphdr_len);
/lib/liblwip/src/netif/ppp/
Dppp.c1841 pbuf_realloc(pcrx->inHead, pcrx->inHead->tot_len - 2); in pppInProc()
/lib/liblwip/
DCHANGELOG2485 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold