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. More... | |
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.
struct comm_point* comm_reply::c |
the comm_point with fd to send reply on to.
Referenced by answer_callback_from_entry(), comm_point_create_tcp_handler(), comm_point_create_tcp_out(), comm_point_drop_reply(), comm_point_send_reply(), comm_point_udp_ancil_callback(), comm_point_udp_callback(), delete_replay_answer(), dnsc_handle_curved_request(), fake_front_query(), mesh_new_client(), mesh_state_add_reply(), reply_and_prefetch(), and serviced_tcp_callback().
union { ... } comm_reply::pktinfo |
the return source interface data
variable with return source data
Referenced by comm_point_send_udp_msg(), comm_point_send_udp_msg_if(), and comm_point_udp_ancil_callback().