SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
osip_srv_entry Struct Reference

Structure for SRV record entry. More...

#include <osip.h>

Collaboration diagram for osip_srv_entry:
Collaboration graph
[legend]

Data Fields

char srv [512]
 srv More...
 
int priority
 priority More...
 
int weight
 weight More...
 
int rweight
 rweight More...
 
int port
 port More...
 
char ipaddress [512]
 ipaddress result More...
 
struct timeval srv_is_broken
 time when we considered SRV entry broken More...
 

Detailed Description

Structure for SRV record entry.

Definition at line 287 of file osip.h.

Field Documentation

char osip_srv_entry::ipaddress[512]

ipaddress result

Definition at line 293 of file osip.h.

int osip_srv_entry::port

port

Definition at line 292 of file osip.h.

int osip_srv_entry::priority

priority

Definition at line 289 of file osip.h.

int osip_srv_entry::rweight

rweight

Definition at line 291 of file osip.h.

char osip_srv_entry::srv[512]

srv

Definition at line 288 of file osip.h.

struct timeval osip_srv_entry::srv_is_broken

time when we considered SRV entry broken

Definition at line 294 of file osip.h.

int osip_srv_entry::weight

weight

Definition at line 290 of file osip.h.


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