|
Network Block Device
@PACKAGE_VERSION@
|
#include <nbd.h>
Data Fields | |
| uint32_t | magic |
| uint32_t | type |
| char | handle [8] |
| uint64_t | from |
| uint32_t | len |
| uint64_t nbd_request::from |
Definition at line 69 of file nbd.h.
Referenced by handle_read(), handle_write(), main(), mainloop(), and mainloop_threaded().
| char nbd_request::handle[8] |
Definition at line 68 of file nbd.h.
Referenced by main(), mainloop(), and setup_reply().
| uint32_t nbd_request::len |
Definition at line 70 of file nbd.h.
Referenced by handle_read(), handle_write(), main(), mainloop(), mainloop_threaded(), and package_create().
| uint32_t nbd_request::magic |
Definition at line 66 of file nbd.h.
Referenced by main(), mainloop(), and mainloop_threaded().
| uint32_t nbd_request::type |
Definition at line 67 of file nbd.h.
Referenced by handle_write(), main(), mainloop(), mainloop_threaded(), and package_create().
1.8.8