oasys::IO::RwDataExtraArgs Union Reference

#include <IO.h>

List of all members.


Detailed Description

Union used to pass extra arguments to rwdata.

Definition at line 218 of file IO.h.

Public Attributes

msghdr * msg_hdr
struct {
   sockaddr *   to
   socklen_t   tolen
sendto
struct {
   sockaddr *   from
   socklen_t *   fromlen
recvfrom


Member Data Documentation

struct msghdr* oasys::IO::RwDataExtraArgs::msg_hdr

Definition at line 219 of file IO.h.

Referenced by oasys::IO::recvmsg(), oasys::IO::rwdata(), and oasys::IO::sendmsg().

struct sockaddr* oasys::IO::RwDataExtraArgs::to

Definition at line 222 of file IO.h.

Referenced by oasys::IO::rwdata(), and oasys::IO::sendto().

socklen_t oasys::IO::RwDataExtraArgs::tolen

Definition at line 223 of file IO.h.

Referenced by oasys::IO::rwdata(), and oasys::IO::sendto().

struct { ... } oasys::IO::RwDataExtraArgs::sendto

Referenced by oasys::IO::rwdata(), and oasys::IO::sendto().

struct sockaddr* oasys::IO::RwDataExtraArgs::from

Definition at line 227 of file IO.h.

Referenced by oasys::IO::recvfrom(), and oasys::IO::rwdata().

socklen_t* oasys::IO::RwDataExtraArgs::fromlen

Definition at line 228 of file IO.h.

Referenced by oasys::IO::recvfrom(), and oasys::IO::rwdata().

struct { ... } oasys::IO::RwDataExtraArgs::recvfrom

Referenced by oasys::IO::recvfrom(), and oasys::IO::rwdata().


The documentation for this union was generated from the following file:
Generated on Thu Jun 7 16:57:00 2007 for DTN Reference Implementation by  doxygen 1.5.1