Data Fields | |
char | host [1] |
struct { | |
srv_entry * next | |
} | list |
unsigned short | port |
unsigned short | priority |
unsigned short | weight |
unsigned int | weight_sum |
Definition at line 60 of file srv.c.
char host[1] |
struct { ... } list |
Referenced by ast_get_srv(), process_weights(), and srv_callback().
unsigned short port |
unsigned short priority |
Definition at line 61 of file srv.c.
Referenced by parse_srv(), process_weights(), and srv_callback().
unsigned short weight |
Definition at line 62 of file srv.c.
Referenced by parse_srv(), process_weights(), and srv_callback().
unsigned int weight_sum |