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 239 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 240 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 243 of file IO.h.

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

socklen_t oasys::IO::RwDataExtraArgs::tolen

Definition at line 244 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 248 of file IO.h.

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

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

Definition at line 249 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 Fri Dec 22 14:48:06 2006 for DTN Reference Implementation by  doxygen 1.5.1