Asterisk - The Open Source Telephony Project
18.5.0
|
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 |
const char* branch |
Definition at line 878 of file sip.h.
Referenced by __find_call(), __sip_alloc(), AST_TEST_DEFINE(), and parse_via().
const char* maddr |
Definition at line 879 of file sip.h.
Referenced by AST_TEST_DEFINE(), parse_via(), and process_via().
unsigned int port |
Definition at line 880 of file sip.h.
Referenced by AST_TEST_DEFINE(), parse_via(), process_via(), and Registration::write().
const char* protocol |
Definition at line 876 of file sip.h.
Referenced by AST_TEST_DEFINE(), parse_via(), and Registration::write().
const char* sent_by |
Definition at line 877 of file sip.h.
Referenced by __find_call(), __sip_alloc(), AST_TEST_DEFINE(), and parse_via().
unsigned char ttl |
Definition at line 881 of file sip.h.
Referenced by AST_TEST_DEFINE(), parse_via(), and process_via().
char* via |
Definition at line 875 of file sip.h.
Referenced by AST_TEST_DEFINE(), free_via(), and parse_via().