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