jabberd2
2.2.17
|
dns resolution results More...
#include <s2s.h>
Data Fields | |
char * | key |
ip/port | |
int | prio |
host priority | |
int | weight |
host weight | |
time_t | expiry |
time that this entry expires |
char* dnsres_st::key |
ip/port
Definition at line 335 of file s2s.h.
Referenced by _dns_add_host(), _dns_add_result(), _out_dns_mark_bad(), _s2s_dns_expiry(), _s2s_time_checks(), dns_select(), JABBER_MAIN(), and send_dialbacks().
int dnsres_st::prio |
host priority
Definition at line 338 of file s2s.h.
Referenced by _dns_add_host(), _dns_add_result(), and _dns_result_a().
int dnsres_st::weight |
host weight
Definition at line 341 of file s2s.h.
Referenced by _dns_add_host(), _dns_add_result(), _dns_result_a(), and dns_select().
time_t dnsres_st::expiry |
time that this entry expires
Definition at line 344 of file s2s.h.
Referenced by _dns_add_host(), _dns_add_result(), _dns_result_a(), _out_dns_mark_bad(), _s2s_dns_expiry(), _s2s_time_checks(), and dns_select().