Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Ddhcp.c378 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 Dip4.c427 pbuf_realloc(p, iphdr_len);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dpbuf.h229 void pbuf_realloc(struct pbuf *p, u16_t size);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dpbuf.h261 void pbuf_realloc(struct pbuf *p, u16_t size);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp_in.c983 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 Dpbuf.c560 pbuf_realloc(struct pbuf *p, u16_t new_len) in pbuf_realloc() function
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A Dslipif.c224 pbuf_realloc(priv->q, priv->recved); in slipif_rxbyte()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_server.c152 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 Dchap-new.c493 pbuf_realloc(p, PPP_HDRLEN + len);
A Dpppos.c534 pbuf_realloc(pppos->in_head, pppos->in_head->tot_len - 2); in pppos_input()
A Deap.c861 pbuf_realloc(p, outlen + PPP_HDRLEN); in eap_send_request()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6.c447 pbuf_realloc(p, IP6_HLEN + IP6H_PLEN(ip6hdr)); in ip6_input()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/
A Dmdns.c1423 pbuf_realloc(outpkt->pbuf, outpkt->write_offset); in mdns_send_outpacket()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_msg.c1544 pbuf_realloc(request->outbound_pbuf, frame_size + outbound_padding); in snmp_complete_outbound_frame()

Completed in 31 milliseconds