Structure to store Via information. More...
Data Fields | |
const char * | branch |
const char * | maddr |
unsigned int | port |
const char * | protocol |
const char * | sent_by |
unsigned char | ttl |
char * | via |
Structure to store Via information.
Definition at line 1264 of file chan_sip.c.
const char* branch |
Definition at line 1268 of file chan_sip.c.
Referenced by parse_via().
const char* maddr |
Definition at line 1269 of file chan_sip.c.
Referenced by parse_via(), and process_via().
unsigned int port |
Definition at line 1270 of file chan_sip.c.
Referenced by parse_via(), and process_via().
const char* protocol |
Definition at line 1266 of file chan_sip.c.
Referenced by parse_via().
const char* sent_by |
Definition at line 1267 of file chan_sip.c.
Referenced by parse_via().
unsigned char ttl |
Definition at line 1271 of file chan_sip.c.
Referenced by parse_via(), and process_via().
char* via |
Definition at line 1265 of file chan_sip.c.
Referenced by free_via(), parse_via(), and process_via().