
Data Fields | |
| unsigned char | data [0] |
| int | datalen |
| dundi_hdr * | h |
| dundi_packet * | next |
| dundi_transaction * | parent |
| int | retrans |
| int | retransid |
Definition at line 155 of file pbx_dundi.c.
| unsigned char data[0] |
Definition at line 162 of file pbx_dundi.c.
Referenced by dundi_encrypt(), dundi_send(), and dundi_xmit().
| int datalen |
Definition at line 158 of file pbx_dundi.c.
Referenced by dundi_encrypt(), dundi_send(), and dundi_xmit().
Definition at line 156 of file pbx_dundi.c.
Referenced by ack_trans(), dundi_encrypt(), dundi_rexmit(), dundi_send(), and dundi_xmit().
| struct dundi_packet* next |
Definition at line 157 of file pbx_dundi.c.
Referenced by ack_trans(), destroy_packet(), destroy_packets(), and dundi_send().
| struct dundi_transaction* parent |
Definition at line 159 of file pbx_dundi.c.
Referenced by destroy_packet(), dundi_rexmit(), dundi_send(), and dundi_xmit().
| int retrans |
| int retransid |
Definition at line 160 of file pbx_dundi.c.
Referenced by destroy_packet(), destroy_packets(), dundi_rexmit(), and dundi_send().
1.4.7