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

Structure to store route information. More...

#include <route.h>

Collaboration diagram for sip_route:
Collaboration graph
[legend]

Data Fields

struct {
   struct sip_route_hop *   first
 
   struct sip_route_hop *   last
 
list
 
enum sip_route_type type
 

Detailed Description

Structure to store route information.

Note
This must be zero-filled on allocation

Definition at line 47 of file route.h.

Field Documentation

◆ first

struct sip_route_hop* first

Definition at line 48 of file route.h.

◆ last

struct sip_route_hop* last

Definition at line 48 of file route.h.

◆ list

struct { ... } list

Referenced by sip_route_add(), and sip_route_clear().

◆ type

enum sip_route_type type

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