
Data Fields | |
| unsigned char | data [0] |
| int | datalen |
| struct dundi_hdr * | h |
| struct { | |
| struct dundi_packet * next | |
| } | list |
| struct dundi_transaction * | parent |
| int | retrans |
| int | retransid |
Definition at line 135 of file pbx_dundi.c.
| unsigned char data[0] |
Definition at line 142 of file pbx_dundi.c.
Referenced by dundi_encrypt(), dundi_send(), and dundi_xmit().
| int datalen |
Definition at line 138 of file pbx_dundi.c.
Referenced by dundi_encrypt(), dundi_send(), and dundi_xmit().
Definition at line 137 of file pbx_dundi.c.
Referenced by ack_trans(), dundi_encrypt(), dundi_rexmit(), dundi_send(), and dundi_xmit().
| struct { ... } list |
struct dundi_packet* next [read] |
Definition at line 136 of file pbx_dundi.c.
struct dundi_transaction* parent [read] |
Definition at line 139 of file pbx_dundi.c.
Referenced by destroy_packet(), dundi_rexmit(), dundi_send(), and dundi_xmit().
| int retrans |
Definition at line 141 of file pbx_dundi.c.
Referenced by dundi_rexmit(), and dundi_send().
| int retransid |
Definition at line 140 of file pbx_dundi.c.
Referenced by destroy_packet(), destroy_packets(), dundi_rexmit(), and dundi_send().
1.6.1