Lines Matching refs:netbuf
478 netbuf_delete((struct netbuf *)lastdata); in free_socket()
807 err = netconn_recv(sock->conn, (struct netbuf **)&buf); in lwip_recvfrom()
839 p = ((struct netbuf *)buf)->p; in lwip_recvfrom()
887 port = netbuf_fromport((struct netbuf *)buf); in lwip_recvfrom()
888 fromaddr = netbuf_fromaddr((struct netbuf *)buf); in lwip_recvfrom()
930 netbuf_delete((struct netbuf *)buf); in lwip_recvfrom()
1054 struct netbuf *chain_buf; in lwip_sendmsg()
1154 struct netbuf buf; in lwip_sendto()
2664 p = ((struct netbuf *)sock->lastdata)->p; in lwip_ioctl()
2667 struct netbuf *rxbuf; in lwip_ioctl()
2698 p = ((struct netbuf *)p)->p; in lwip_ioctl()