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

Structure for NAPTR record entry. More...

#include <osip.h>

Collaboration diagram for osip_naptr:
Collaboration graph
[legend]

Data Fields

char domain [512]
 domain More...
 
int naptr_state
 naptr state More...
 
void * arg
 arg More...
 
int keep_in_cache
 keep in cache value More...
 
struct osip_srv_record sipudp_record
 udp SRV result More...
 
struct osip_srv_record siptcp_record
 tcp SRV result More...
 
struct osip_srv_record siptls_record
 tls SRV result More...
 
struct osip_srv_record sipdtls_record
 dtls SRV result More...
 
struct osip_srv_record sipsctp_record
 sctp SRV result More...
 

Detailed Description

Structure for NAPTR record entry.

Definition at line 340 of file osip.h.

Field Documentation

void* osip_naptr::arg

arg

Definition at line 343 of file osip.h.

char osip_naptr::domain[512]

domain

Definition at line 341 of file osip.h.

int osip_naptr::keep_in_cache

keep in cache value

Definition at line 344 of file osip.h.

int osip_naptr::naptr_state

naptr state

Definition at line 342 of file osip.h.

struct osip_srv_record osip_naptr::sipdtls_record

dtls SRV result

Definition at line 348 of file osip.h.

struct osip_srv_record osip_naptr::sipsctp_record

sctp SRV result

Definition at line 349 of file osip.h.

struct osip_srv_record osip_naptr::siptcp_record

tcp SRV result

Definition at line 346 of file osip.h.

struct osip_srv_record osip_naptr::siptls_record

tls SRV result

Definition at line 347 of file osip.h.

struct osip_srv_record osip_naptr::sipudp_record

udp SRV result

Definition at line 345 of file osip.h.


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