jabberd14 1.6.2
Data Fields
__srv_list Struct Reference

representation of a SRV DNS record More...

Data Fields

int priority
char * port
char * host
struct __srv_listnext
struct __srv_listlast

Detailed Description

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


Field Documentation

host name where this record points to

Referenced by srv_lookup().

previous value in the list (lower priority value)

Referenced by srv_lookup().

next value in the list (higher priority value)

Referenced by srv_lookup().

port value in this record

Referenced by srv_lookup().

priority value in this record

Referenced by srv_lookup().


The documentation for this struct was generated from the following file: