#include <iax2.h>
Data Fields | |
unsigned char | csub |
unsigned short | dcallno |
unsigned char | iedata [0] |
unsigned char | iseqno |
unsigned char | oseqno |
unsigned short | scallno |
unsigned int | ts |
unsigned char | type |
Definition at line 209 of file iax2.h.
unsigned char csub |
Compressed subclass
Definition at line 216 of file iax2.h.
Referenced by decode_frame(), encrypt_frame(), iax2_send(), iax_showframe(), raw_hangup(), and socket_read().
unsigned short dcallno |
Destination call number -- high bit is 1 if retransmission
Definition at line 211 of file iax2.h.
Referenced by iax2_send(), iax_showframe(), raw_hangup(), and update_packet().
unsigned char iedata[0] |
unsigned char iseqno |
Packet number (next incoming expected)
Definition at line 214 of file iax2.h.
Referenced by iax2_send(), iax_showframe(), raw_hangup(), and update_packet().
unsigned char oseqno |
Packet number (outgoing)
Definition at line 213 of file iax2.h.
Referenced by defer_full_frame(), iax2_send(), iax_showframe(), and raw_hangup().
unsigned short scallno |
Source call number -- high bit must be 1
Definition at line 210 of file iax2.h.
Referenced by decode_frame(), encrypt_frame(), iax2_send(), iax_showframe(), raw_hangup(), and socket_read().
unsigned int ts |
32-bit timestamp in milliseconds (from 1st transmission)
Definition at line 212 of file iax2.h.
Referenced by iax2_send(), iax_showframe(), and raw_hangup().
unsigned char type |
Frame type
Definition at line 215 of file iax2.h.
Referenced by decode_frame(), encrypt_frame(), iax2_send(), iax_showframe(), raw_hangup(), and socket_read().