wan_udp_hdr Struct Reference

Wanpipe UDP Structure used for Maintenance and Debugging. More...

#include <wanpipe_api.h>

Collaboration diagram for wan_udp_hdr:

Collaboration graph
[legend]
List of all members.

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

Detailed Description

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 130 of file wanpipe_api.h.


Member Data Documentation

wan_mgmt_t wan_udp_hdr::wan_mgmt

Used by legacy S514 code, not used for AFT

Definition at line 131 of file wanpipe_api.h.

wan_cmd_t wan_udp_hdr::wan_cmd

Stores command/result/data size

Definition at line 132 of file wanpipe_api.h.

wan_trace_info_t wan_udp_hdr::trace_info

Used to pass data trace information

Definition at line 135 of file wanpipe_api.h.

unsigned char wan_udp_hdr::data[WAN_MAX_DATA_SIZE]

Data/Result buffer

Definition at line 136 of file wanpipe_api.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 6 18:07:45 2009 for sample_c by  doxygen 1.4.7