Searched refs:pbuf_realloc (Results 1 – 11 of 11) sorted by relevance
| /lib/liblwip/src/include/lwip/ |
| D | pbuf.h | 152 void pbuf_realloc(struct pbuf *p, u16_t size);
|
| /lib/liblwip/src/core/ |
| D | dhcp.c | 317 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()
|
| D | tcp_in.c | 827 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()
|
| D | dns.c | 610 pbuf_realloc(p, (u16_t)((query + SIZEOF_DNS_QUERY) - ((char*)(p->payload)))); in dns_send()
|
| D | pbuf.c | 430 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
|
| /lib/liblwip/src/core/ipv6/ |
| D | ip6.c | 210 pbuf_realloc(p, IP_HLEN + ntohs(iphdr->len)); in ip_input()
|
| /lib/liblwip/src/netif/ |
| D | slipif.c | 187 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip_frag.c | 818 pbuf_realloc(rambuf, left + IP_HLEN); in ip_frag()
|
| D | ip.c | 381 pbuf_realloc(p, iphdr_len);
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp.c | 1841 pbuf_realloc(pcrx->inHead, pcrx->inHead->tot_len - 2); in pppInProc()
|
| /lib/liblwip/ |
| D | CHANGELOG | 2485 * pbuf.c: Use s32_t in pbuf_realloc(), as an s16_t can't reliably hold
|