Lines Matching refs:netbuf
600 netbuf_delete(lastdata->netbuf); in free_socket_free_elements()
1112 struct netbuf *buf; in lwip_recvfrom_udp_raw()
1127 …DEBUG, ("lwip_recvfrom_udp_raw[UDP/RAW]: top sock->lastdata=%p\n", (void *)sock->lastdata.netbuf)); in lwip_recvfrom_udp_raw()
1129 buf = sock->lastdata.netbuf; in lwip_recvfrom_udp_raw()
1141 sock->lastdata.netbuf = buf; in lwip_recvfrom_udp_raw()
1211 sock->lastdata.netbuf = NULL; in lwip_recvfrom_udp_raw()
1492 struct netbuf chain_buf; in lwip_sendmsg()
1502 memset(&chain_buf, 0, sizeof(struct netbuf)); in lwip_sendmsg()
1614 struct netbuf buf; in lwip_sendto()
3787 struct netbuf *nb; in lwip_ioctl()
3788 if (sock->lastdata.netbuf) { in lwip_ioctl()
3789 nb = sock->lastdata.netbuf; in lwip_ioctl()
3792 struct netbuf *rxbuf; in lwip_ioctl()
3797 sock->lastdata.netbuf = rxbuf; in lwip_ioctl()
3814 if (sock->lastdata.netbuf) { in lwip_ioctl()
3818 recv_avail += sock->lastdata.netbuf->p->tot_len; in lwip_ioctl()