Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c582 struct pbuf* pbuf_hdr; in packet_eth_datagram_sendto() local
608 if (pbuf_hdr == NULL) { in packet_eth_datagram_sendto()
633 pbuf_free(pbuf_hdr); in packet_eth_datagram_sendto()
641 pbuf_cat(pbuf_hdr, pbuf_payload); in packet_eth_datagram_sendto()
645 pbuf_free(pbuf_hdr); in packet_eth_datagram_sendto()
659 struct pbuf* pbuf_hdr; in packet_eth_raw_sendto() local
695 if (pbuf_hdr == NULL) { in packet_eth_raw_sendto()
704 pbuf_free(pbuf_hdr); in packet_eth_raw_sendto()
711 pbuf_cat(pbuf_hdr, pbuf_dat); in packet_eth_raw_sendto()
717 if (pbuf_hdr == NULL) { in packet_eth_raw_sendto()
[all …]

Completed in 4 milliseconds