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

Structure to save a route hop. More...

Collaboration diagram for sip_route_hop:
Collaboration graph
[legend]

Data Fields

struct {
   struct sip_route_hop *   next
 
list
 
char uri [0]
 

Detailed Description

Structure to save a route hop.

Definition at line 42 of file route.c.

Field Documentation

◆ list

struct { ... } list

Referenced by sip_route_add(), and sip_route_clear().

◆ next

struct sip_route_hop* next

Definition at line 43 of file route.c.

Referenced by sip_route_add().

◆ uri

char uri[0]

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