|
unbound
0.1
|
Reply information for a communication point. More...
#include <netevent.h>
Data Fields | |
| struct comm_point * | c |
| the comm_point with fd to send reply on to. | |
| struct sockaddr_storage | addr |
| the address (for UDP based communication) | |
| socklen_t | addrlen |
| length of address | |
| int | srctype |
| return type 0 (none), 4(IP4), 6(IP6) | |
| union { | |
| } | pktinfo |
| the return source interface data More... | |
| size_t | max_udp_size |
| max udp size for udp packets | |
Reply information for a communication point.
| union { ... } comm_reply::pktinfo |
the return source interface data
variable with return source data
Referenced by comm_point_send_udp_msg_if(), and comm_point_udp_ancil_callback().
1.8.18