#include <iax2.h>
Data Fields | |
unsigned char | cmddata |
unsigned char | data [0] |
unsigned char | metacmd |
unsigned short | zeros |
Definition at line 255 of file iax2.h.
unsigned char cmddata |
Command Data
Definition at line 258 of file iax2.h.
Referenced by send_trunk(), and socket_process_meta().
unsigned char data[0] |
Definition at line 259 of file iax2.h.
Referenced by send_trunk(), and socket_process_meta().
unsigned char metacmd |
Meta command
Definition at line 257 of file iax2.h.
Referenced by send_trunk(), socket_process(), and socket_process_meta().
unsigned short zeros |
Zeros field -- must be zero
Definition at line 256 of file iax2.h.
Referenced by send_trunk(), and socket_process().