/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/ |
H A D | pbuf.h | 100 void pbuf_realloc(struct pbuf *p, u16_t size);
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ |
H A D | slipif.c | 116 pbuf_realloc(q, recved);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/ |
H A D | pbuf.h | 159 void pbuf_realloc(struct pbuf *p, u16_t size);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ |
H A D | dhcp.c | 247 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 612 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 686 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 738 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 859 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 912 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 960 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
|
H A D | tcp_in.c | 940 pbuf_realloc(inseg.p, inseg.len); 1082 pbuf_realloc(inseg.p, inseg.len); 1103 pbuf_realloc(inseg.p, inseg.len); 1113 pbuf_realloc(prev->p, prev->len); 1128 pbuf_realloc(next->p, next->len);
|
H A D | pbuf.c | 389 pbuf_realloc(struct pbuf *p, u16_t new_len) function 395 LWIP_ASSERT("pbuf_realloc: sane p->flags", p->flags == PBUF_FLAG_POOL ||
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | proxy_tftpd.c | 284 pbuf_realloc(xfer->oack, xfer->oack->len - len); 444 pbuf_realloc(xfer->pbuf, nread + 4); 970 pbuf_realloc(p, sizeof(*errpkt) - sizeof(errpkt->errmsg) + msgsz);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | dhcp.c | 317 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 743 pbuf_realloc(dhcp.p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp.options_out_len); 845 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 895 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 1051 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 1102 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 1143 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); 1193 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
|
H A D | tcp_in.c | 1095 pbuf_realloc(cseg->p, cseg->len); 1512 pbuf_realloc(inseg.p, inseg.len); 1560 pbuf_realloc(inseg.p, inseg.len); 1724 pbuf_realloc(prev->p, prev->len); 1746 pbuf_realloc(next->p, next->len); 1761 pbuf_realloc(next->next->p, next->next->len);
|
H A D | dns.c | 613 pbuf_realloc(p, realloc_size);
|
H A D | pbuf.c | 427 * @note Despite its name, pbuf_realloc cannot grow the size of a pbuf (chain). 430 pbuf_realloc(struct pbuf *p, u16_t new_len) function 436 LWIP_ASSERT("pbuf_realloc: p != NULL", p != NULL); 437 LWIP_ASSERT("pbuf_realloc: sane p->type", p->type == PBUF_POOL || 464 LWIP_ASSERT("pbuf_realloc: q != NULL", q != NULL);
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv6/ |
H A D | ip6.c | 214 pbuf_realloc(p, IP_HLEN + ntohs(iphdr->len));
|
/vbox/src/VBox/Devices/Network/lwip/vbox/include/ |
H A D | lwipopts.h | 210 #define pbuf_realloc lwip_pbuf_realloc macro
|
/vbox/src/VBox/Devices/Network/lwip-new/vbox/include/ |
H A D | lwip-namespace.h | 114 #define pbuf_realloc lwip_pbuf_realloc macro
|
/vbox/src/VBox/Devices/Network/lwip/src/core/ipv4/ |
H A D | ip_frag.c | 365 pbuf_realloc(rambuf, left + IP_HLEN);
|
H A D | ip.c | 227 pbuf_realloc(p, ntohs(IPH_LEN(iphdr)));
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ |
H A D | slipif.c | 220 pbuf_realloc(priv->q, priv->recved);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/ |
H A D | ip_frag.c | 829 pbuf_realloc(rambuf, left + IP_HLEN);
|
H A D | ip4.c | 411 pbuf_realloc(p, iphdr_len);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/ |
H A D | ip6.c | 471 pbuf_realloc(p, IP6_HLEN + IP6H_PLEN(ip6hdr));
|
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | ppp.c | 1497 pbuf_realloc(pc->inHead, pc->inHead->tot_len - 2);
|
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ppp.c | 1848 pbuf_realloc(pcrx->inHead, pcrx->inHead->tot_len - 2);
|