|
Asterisk - The Open Source Telephony Project
18.5.0
|
Structure to store route information. More...
#include <route.h>

Data Fields | |
| struct { | |
| struct sip_route_hop * first | |
| struct sip_route_hop * last | |
| } | list |
| enum sip_route_type | type |
Structure to store route information.
| struct sip_route_hop* first |
| struct sip_route_hop* last |
| struct { ... } list |
Referenced by sip_route_add(), and sip_route_clear().
| enum sip_route_type type |
Definition at line 49 of file route.h.
Referenced by Property::load(), sip_route_add(), sip_route_clear(), sip_route_copy(), and sip_route_is_strict().
1.8.13