iPXE
|
Data transfer metadata. More...
#include <xfer.h>
Data Fields | |
unsigned int | flags |
Flags. More... | |
off_t | offset |
Offset of data within stream. More... | |
struct sockaddr * | src |
Source socket address, or NULL. More... | |
struct sockaddr * | dest |
Destination socket address, or NULL. More... | |
struct net_device * | netdev |
Network device, or NULL. More... | |
unsigned int xfer_metadata::flags |
Flags.
This is the bitwise OR of zero or more XFER_FL_XXX
constants.
Definition at line 28 of file xfer.h.
Referenced by fc_xchg_rx(), and peerblk_deliver().
off_t xfer_metadata::offset |
Offset of data within stream.
This is an absolute offset if the XFER_FL_ABS_OFFSET
flag is set, otherwise a relative offset. (A freshly zeroed xfer_metadata
structure therefore represents a relative offset of zero, i.e. no offset from the current position.)
Definition at line 37 of file xfer.h.
Referenced by fc_xchg_rx(), and peerblk_deliver().
struct sockaddr* xfer_metadata::src |
struct sockaddr* xfer_metadata::dest |
Destination socket address, or NULL.
Definition at line 41 of file xfer.h.
Referenced by fc_xchg_rx().
struct net_device* xfer_metadata::netdev |