|
|
typedef struct mac_stats_fddi {
unchar smt_station_id[8]; /* SMT Attributes */
ulong smt_op_version_id;
ulong smt_hi_version_id;
ulong smt_lo_version_id;
unchar smt_user_data[32]; /* read-write */
ulong smt_mib_version_id;
ulong smt_mac_cts;
ulong smt_non_master_cts;
ulong smt_master_cts;
ulong smt_available_paths;
ulong smt_config_capabilities;
ulong smt_config_policy; /* read-write */
ulong smt_connection_policy; /* read-write */
ulong smt_t_notify; /* read-write */
ulong smt_stat_rpt_policy; /* read-write */
ulong smt_trace_max_expiration; /* read-write */
ulong smt_bypass_present;
ulong smt_ecm_state;
ulong smt_cf_state;
ulong smt_remote_disconnect_flag;
ulong smt_station_status;
ulong smt_peer_wrap_flag;
ulong smt_time_stamp; /* RFC1512 32bit signed int, SMT 7.2c 64bits */
ulong smt_transition_time_stamp; /* RFC1512 32b, SMT 7.2c 64b */
ulong mac_frame_status_functions; /* MAC Attributes */
ulong mac_t_max_capability;
ulong mac_tvx_capability;
ulong mac_available_paths;
ulong mac_current_path;
unchar mac_upstream_nbr[6];
unchar mac_downstream_nbr[6];
unchar mac_old_upstream_nbr[6];
unchar mac_old_downstream_nbr[6];
ulong mac_dup_address_test;
ulong mac_requested_paths; /* read-write */
ulong mac_downstream_port_type;
unchar mac_smt_address[6];
ulong mac_t_req;
ulong mac_t_neg;
ulong mac_t_max;
ulong mac_tvx_value;
ulong mac_frame_cts;
ulong mac_copied_cts;
ulong mac_transmit_cts;
ulong mac_error_cts;
ulong mac_lost_cts;
ulong mac_frame_error_threshold; /* read-write */
ulong mac_frame_error_ratio;
ulong mac_rmt_state;
ulong mac_da_flag;
ulong mac_una_da_flag;
ulong mac_frame_error_flag;
ulong mac_ma_unitdata_available;
ulong mac_hardware_present;
ulong mac_ma_unitdata_enable; /* read-write */
ulong path_tvx_lower_bound; /* read-write */
ulong path_t_max_lower_bound; /* read-write */
ulong path_max_t_req; /* read-write */
ulong path_configuration[8]; /* PATH Attributes */
ulong port_my_type[2]; /* PORT Attributes */
ulong port_neighbor_type[2];
ulong port_connection_policies[2]; /* read-write */
ulong port_mac_indicated[2];
ulong port_current_path[2];
unchar port_requested_paths[3*2]; /* read-write */
ulong port_mac_placement[2];
ulong port_available_paths[2];
ulong port_pmd_class[2];
ulong port_connection_capabilities[2];
ulong port_bs_flag[2];
ulong port_lct_fail_cts[2];
ulong port_ler_estimate[2];
ulong port_lem_reject_cts[2];
ulong port_lem_cts[2];
ulong port_ler_cutoff[2]; /* read-write */
ulong port_ler_alarm[2]; /* read-write */
ulong port_connect_state[2];
ulong port_pcm_state[2];
ulong port_pc_withhold[2];
ulong port_ler_flag[2];
ulong port_hardware_present[2];
} mac_stats_fddi_t;
ANSI Fiber Distributed Data Interface (FDDI).
This structure definition is preliminary. This structure will be finalized once the final standardization efforts are complete.