#include <wanpipe_api_hdr.h>
Collaboration diagram for wan_api_tx_hdr_t:

Public Attributes | |
| union { | |
| struct { | |
| unsigned char attr | |
| unsigned char misc_Tx_bits | |
| } chdlc | |
| struct { | |
| unsigned char attr | |
| unsigned char misc_Tx_bits | |
| } hdlc | |
| struct { | |
| unsigned char attr | |
| unsigned char misc_Tx_bits | |
| } fr | |
| struct { | |
| unsigned char _rbs_rx_bits | |
| unsigned int _time_stamp | |
| } wp_tx | |
| struct { | |
| unsigned char sio | |
| unsigned short time_stamp | |
| } ss7_legacy | |
| struct { | |
| unsigned char pf | |
| } lapb | |
| struct { | |
| unsigned char pf | |
| } xdlc | |
| struct { | |
| union { | |
| api_tx_ss7_hdr_t ss7 | |
| api_tx_hdlc_rpt_hdr_t hdlc_rpt | |
| api_tdm_event_hdr_t event | |
| } hdr_u | |
| } aft | |
| struct { | |
| u_int8_t max_tx_queue_length | |
| u_int8_t current_number_of_frames_in_tx_queue | |
| } tx_h | |
| unsigned char reserved [16] | |
| }; | |
This structure is here for backward compatibility
Definition at line 734 of file wanpipe_api_hdr.h.
1.4.7