iPXE
Data Fields
nfs_readlink_reply Struct Reference

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...
 

Detailed Description

A NFS READLINK reply.

Definition at line 96 of file nfs.h.

Field Documentation

◆ status

uint32_t nfs_readlink_reply::status

Reply status.

Definition at line 98 of file nfs.h.

Referenced by nfs_get_readlink_reply().

◆ path_len

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().

◆ path

char* nfs_readlink_reply::path

File path.

Definition at line 102 of file nfs.h.

Referenced by nfs_deliver(), and nfs_get_readlink_reply().


The documentation for this struct was generated from the following file: