#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 |
struct comm_point* comm_reply::c [read] |
the comm_point with fd to send reply on to.
Referenced by answer_callback_from_entry(), answer_check_it(), answer_from_cache(), answer_norec_from_cache(), 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(), fake_front_query(), fake_pending_callback(), mesh_new_client(), mesh_send_reply(), process_response(), 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_if(), comm_point_udp_ancil_callback(), and p_ancil().