Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
dundi_packet Struct Reference
Collaboration diagram for dundi_packet:
Collaboration graph
[legend]

Data Fields

unsigned char data [0]
 
int datalen
 
struct dundi_hdrh
 
struct {
   struct dundi_packet *   next
 
list
 
struct dundi_transactionparent
 
int retrans
 
int retransid
 

Detailed Description

Definition at line 223 of file pbx_dundi.c.

Field Documentation

◆ data

unsigned char data[0]

Definition at line 230 of file pbx_dundi.c.

Referenced by dundi_encrypt(), dundi_rexmit(), dundi_send(), and dundi_xmit().

◆ datalen

int datalen

Definition at line 226 of file pbx_dundi.c.

Referenced by dundi_encrypt(), dundi_send(), and dundi_xmit().

◆ h

struct dundi_hdr* h

Definition at line 225 of file pbx_dundi.c.

Referenced by ack_trans(), dundi_encrypt(), dundi_rexmit(), dundi_send(), and dundi_xmit().

◆ 

struct { ... } list

◆ next

struct dundi_packet* next

Definition at line 224 of file pbx_dundi.c.

◆ parent

struct dundi_transaction* parent

Definition at line 227 of file pbx_dundi.c.

Referenced by destroy_packet(), dundi_rexmit(), dundi_send(), and dundi_xmit().

◆ retrans

int retrans

Definition at line 229 of file pbx_dundi.c.

Referenced by dundi_rexmit(), and dundi_send().

◆ retransid

int retransid

Definition at line 228 of file pbx_dundi.c.

Referenced by destroy_packet(), destroy_packets(), dundi_rexmit(), and dundi_send().


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