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