|
Electroneum
|
#include <netevent.h>

Public Attributes | |
| struct comm_point * | c |
| struct sockaddr_storage | addr |
| socklen_t | addrlen |
| int | srctype |
| union { | |
| } | pktinfo |
| size_t | max_udp_size |
Reply information for a communication point.
Definition at line 112 of file netevent.h.
| struct sockaddr_storage comm_reply::addr |
the address (for UDP based communication)
Definition at line 116 of file netevent.h.
| socklen_t comm_reply::addrlen |
length of address
Definition at line 118 of file netevent.h.
| struct comm_point* comm_reply::c |
the comm_point with fd to send reply on to.
Definition at line 114 of file netevent.h.
| size_t comm_reply::max_udp_size |
max udp size for udp packets
Definition at line 142 of file netevent.h.
| union { ... } comm_reply::pktinfo |
the return source interface data variable with return source data
| int comm_reply::srctype |
return type 0 (none), 4(IP4), 6(IP6)
Definition at line 120 of file netevent.h.