Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
sip_via Struct Reference

Structure to store Via information. More...

#include <sip.h>

Data Fields

const char * branch
 
const char * maddr
 
unsigned int port
 
const char * protocol
 
const char * sent_by
 
unsigned char ttl
 
char * via
 

Detailed Description

Structure to store Via information.

Definition at line 874 of file sip.h.

Field Documentation

◆ branch

const char* branch

Definition at line 878 of file sip.h.

Referenced by __find_call(), __sip_alloc(), AST_TEST_DEFINE(), and parse_via().

◆ maddr

const char* maddr

Definition at line 879 of file sip.h.

Referenced by AST_TEST_DEFINE(), parse_via(), and process_via().

◆ port

unsigned int port

Definition at line 880 of file sip.h.

Referenced by AST_TEST_DEFINE(), parse_via(), process_via(), and Registration::write().

◆ protocol

const char* protocol

Definition at line 876 of file sip.h.

Referenced by AST_TEST_DEFINE(), parse_via(), and Registration::write().

◆ sent_by

const char* sent_by

Definition at line 877 of file sip.h.

Referenced by __find_call(), __sip_alloc(), AST_TEST_DEFINE(), and parse_via().

◆ ttl

unsigned char ttl

Definition at line 881 of file sip.h.

Referenced by AST_TEST_DEFINE(), parse_via(), and process_via().

◆ via

char* via

Definition at line 875 of file sip.h.

Referenced by AST_TEST_DEFINE(), free_via(), and parse_via().


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