|
iPXE
|
A NFS READLINK reply. More...
#include <nfs.h>
Data Fields | |
| uint32_t | status |
| Reply status. More... | |
| uint32_t | path_len |
| File path length. More... | |
| char * | path |
| File path. More... | |
| uint32_t nfs_readlink_reply::status |
| uint32_t nfs_readlink_reply::path_len |
File path length.
Definition at line 100 of file nfs.h.
Referenced by nfs_deliver(), and nfs_get_readlink_reply().
| char* nfs_readlink_reply::path |
File path.
Definition at line 102 of file nfs.h.
Referenced by nfs_deliver(), and nfs_get_readlink_reply().
1.8.15