unbound 0.1
comm_reply Struct Reference

Reply information for a communication point. More...

#include <netevent.h>

Data Fields

struct comm_pointc
 the comm_point with fd to send reply on to.
struct sockaddr_storage remote_addr
 the address (for UDP based communication)
socklen_t remote_addrlen
 length of address
int srctype
 return type 0 (none), 4(IP4), 6(IP6) used only with listen_type_udp_ancil*
union { 
pktinfo
 the return source interface data
size_t max_udp_size
 max udp size for udp packets
int is_proxied
struct sockaddr_storage client_addr
 the client address the same as remote_addr if not proxied
socklen_t client_addrlen
 the original address length

Detailed Description

Reply information for a communication point.

Field Documentation

◆ [union]

union { ... } comm_reply::pktinfo

the return source interface data

variable with return source data

Referenced by comm_point_send_udp_msg(), and comm_point_send_udp_msg_if().


The documentation for this struct was generated from the following file: