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