|
libsangoma
1
|
Wanpipe UDP Structure used for Maintenance and Debugging. More...
#include <wanpipe_api.h>

Public Attributes | |
| wan_mgmt_t | wan_mgmt |
| wan_cmd_t | wan_cmd |
| union { | |
| struct { | |
| wan_trace_info_t trace_info | |
| unsigned char data [WAN_MAX_DATA_SIZE] | |
| } chdlc | |
| struct { | |
| wan_trace_info_t trace_info | |
| unsigned char data [WAN_MAX_DATA_SIZE] | |
| } adsl | |
| struct { | |
| wan_trace_info_t trace_info | |
| unsigned char data [WAN_MAX_DATA_SIZE] | |
| } atm | |
| struct { | |
| wan_trace_info_t trace_info | |
| unsigned char data [WAN_MAX_DATA_SIZE] | |
| } ss7 | |
| struct { | |
| wan_trace_info_t trace_info | |
| unsigned char data [WAN_MAX_DATA_SIZE] | |
| } bitstrm | |
| struct { | |
| wan_trace_info_t trace_info | |
| unsigned char data [WAN_MAX_DATA_SIZE] | |
| } aft | |
| } | wan_udphdr_u |
Wanpipe UDP Structure used for Maintenance and Debugging.
This structure is used in conjunction with WANPIPE_IOCTL_PIPEMON ioctl. Commands used with this structure are defined in enum WANPIPE_IOCTL_PIPEMON_CMDS
Definition at line 92 of file wanpipe_api.h.
| wan_mgmt_t wan_udp_hdr::wan_mgmt |
Used by legacy S514 code, not used for AFT
Definition at line 93 of file wanpipe_api.h.
| wan_cmd_t wan_udp_hdr::wan_cmd |
Stores command/result/data size
Definition at line 94 of file wanpipe_api.h.
| wan_trace_info_t wan_udp_hdr::trace_info |
Used to pass data trace information
Definition at line 97 of file wanpipe_api.h.
| unsigned char wan_udp_hdr::data[WAN_MAX_DATA_SIZE] |
Data/Result buffer
Definition at line 98 of file wanpipe_api.h.
1.8.5