/********************************************************************************************************************************/ /* Created 28-FEB-1990 14:53:48 by VAX SDL V3.2-12 Source: 8-JAN-1990 15:55:36 DRIVERS_V20_SRC_ROOT:[SRC.WAN]WANDD$WANDEF.SD */ /********************************************************************************************************************************/ /*** MODULE wandef IDENT V2.0-0 ***/ #define dll$m_sts_active 1 #define dll$m_sts_receive_data_ready 2 #define dll$m_sts_physical_loopback 4 #define dll$m_sts_unused 248 #define dll$m_err_remote_restart 256 #define dll$m_err_insuff_resources 512 #define dll$m_err_physical_layer_down 1024 #define dll$m_err_negotiation_failure 2048 #define dll$m_err_maintenance_mode 4096 #define dll$m_err_disabled 8192 #define dll$m_err_threshold_exceeded 16384 #define dll$m_err_unused 16744448 #define dll$m_attnast_p2_param -16777216 struct devdepend_bits { unsigned dll$v_sts_active : 1; unsigned dll$v_sts_receive_data_ready : 1; unsigned dll$v_sts_physical_loopback : 1; unsigned dll$v_sts_unused : 5; unsigned dll$v_err_remote_restart : 1; unsigned dll$v_err_insuff_resources : 1; unsigned dll$v_err_physical_layer_down : 1; unsigned dll$v_err_negotiation_failure : 1; unsigned dll$v_err_maintenance_mode : 1; unsigned dll$v_err_disabled : 1; unsigned dll$v_err_threshold_exceeded : 1; unsigned dll$v_err_unused : 9; unsigned dll$v_attnast_p2_param : 8; } ;