libosip  5.3.0
Public Attributes | List of all members
osip_srv_record Struct Reference

#include <osip.h>

Public Attributes

char name [1024]
 
int srv_state
 
char flag [256]
 
char protocol [1024]
 
char regexp [1024]
 
char replacement [1024]
 
int order
 
int preference
 
int index
 
osip_srv_entry_t srventry [10]
 

Detailed Description

Structure for SRV record entry.

Member Data Documentation

◆ flag

char osip_srv_record::flag[256]

flag: "S" (SRV), "A" (A or AAAA), "U" (URI), and "P" (ignore), are defined.

◆ index

int osip_srv_record::index

index

◆ name

char osip_srv_record::name[1024]

name

◆ order

int osip_srv_record::order

order

◆ preference

int osip_srv_record::preference

preference

◆ protocol

char osip_srv_record::protocol[1024]

transport protocol

◆ regexp

char osip_srv_record::regexp[1024]

regexp

◆ replacement

char osip_srv_record::replacement[1024]

replacement

◆ srv_state

int osip_srv_record::srv_state

srv state

◆ srventry

osip_srv_entry_t osip_srv_record::srventry[10]

result table


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