|
Network Block Device
@PACKAGE_VERSION@
|
#include <nbd.h>
Data Fields | |
| __be32 | magic |
| __be32 | type |
| char | handle [8] |
| __be64 | from |
| __be32 | len |
| __be64 nbd_request::from |
Definition at line 69 of file nbd.h.
Referenced by close_connection(), integrity_test(), main(), oversize_test(), and throughput_test().
| char nbd_request::handle[8] |
Definition at line 68 of file nbd.h.
Referenced by close_connection(), integrity_test(), main(), oversize_test(), and throughput_test().
| __be32 nbd_request::len |
Definition at line 70 of file nbd.h.
Referenced by close_connection(), integrity_test(), main(), oversize_test(), and throughput_test().
| __be32 nbd_request::magic |
Definition at line 66 of file nbd.h.
Referenced by close_connection(), integrity_test(), main(), oversize_test(), and throughput_test().
| __be32 nbd_request::type |
Definition at line 67 of file nbd.h.
Referenced by close_connection(), integrity_test(), main(), oversize_test(), and throughput_test().
1.8.8