Home
last modified time | relevance | path

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

/external/lib/lwip/core/
A 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()
A Dtcp_in.c835 pbuf_realloc(cseg->p, cseg->len);
1245 pbuf_realloc(inseg.p, inseg.len);
1293 pbuf_realloc(inseg.p, inseg.len);
1450 pbuf_realloc(prev->p, prev->len);
1472 pbuf_realloc(next->p, next->len);
1487 pbuf_realloc(next->next->p, next->next->len);
A Ddns.c610 pbuf_realloc(p, (u16_t)((query + SIZEOF_DNS_QUERY) - ((char*)(p->payload)))); in dns_send()
A Dpbuf.c430 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
/external/lib/lwip/include/lwip/
A Dpbuf.h152 void pbuf_realloc(struct pbuf *p, u16_t size);
/external/lib/lwip/core/ipv6/
A Dip6.c210 pbuf_realloc(p, IP_HLEN + ntohs(iphdr->len)); in ip_input()
/external/lib/lwip/netif/
A Dslipif.c187 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
/external/lib/lwip/core/ipv4/
A Dip_frag.c818 pbuf_realloc(rambuf, left + IP_HLEN); in ip_frag()
A Dip.c381 pbuf_realloc(p, iphdr_len);
/external/lib/lwip/netif/ppp/
A Dppp.c1841 pbuf_realloc(pcrx->inHead, pcrx->inHead->tot_len - 2); in pppInProc()

Completed in 32 milliseconds