Data Fields | |
| int | priority |
| char * | port |
| char * | host |
| struct __srv_list * | next |
| struct __srv_list * | last |
This structure is used to build an ordered double linked list of SRV DNS records for a service on a domain
priority value in this record
| char* _srv_list::port |
port value in this record
| char* _srv_list::host |
host name where this record points to
struct __srv_list* _srv_list::next [read] |
next value in the list (higher priority value)
struct __srv_list* _srv_list::last [read] |
previous value in the list (lower priority value)
1.5.3