Searched refs:pbuf_realloc (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | dhcp.c | 378 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_select() 833 pbuf_realloc(dhcp.p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp.options_out_len); in dhcp_inform() 943 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_decline() 994 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_discover() 1167 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_renew() 1218 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_rebind() 1267 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_reboot() 1334 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_release()
|
A D | ip4.c | 427 pbuf_realloc(p, iphdr_len);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | pbuf.h | 229 void pbuf_realloc(struct pbuf *p, u16_t size);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | pbuf.h | 261 void pbuf_realloc(struct pbuf *p, u16_t size);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | tcp_in.c | 983 pbuf_realloc(cseg->p, cseg->len); 1417 pbuf_realloc(inseg.p, inseg.len); 1465 pbuf_realloc(inseg.p, inseg.len); 1669 pbuf_realloc(prev->p, prev->len); 1703 pbuf_realloc(next->p, next->len); 1718 pbuf_realloc(next->next->p, next->next->len);
|
A D | pbuf.c | 560 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | slipif.c | 224 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/ |
A D | tftp_server.c | 152 pbuf_realloc(tftp_state.last_data, (u16_t)(TFTP_HEADER_LENGTH + ret)); in send_data()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | chap-new.c | 493 pbuf_realloc(p, PPP_HDRLEN + len);
|
A D | pppos.c | 534 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2); in pppos_input()
|
A D | eap.c | 861 pbuf_realloc(p, outlen + PPP_HDRLEN); in eap_send_request()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6.c | 447 pbuf_realloc(p, IP6_HLEN + IP6H_PLEN(ip6hdr)); in ip6_input()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/ |
A D | mdns.c | 1423 pbuf_realloc(outpkt->pbuf, outpkt->write_offset); in mdns_send_outpacket()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_msg.c | 1544 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()
|
Completed in 28 milliseconds