summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/atm.h')
-rw-r--r--sys/netatm/atm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netatm/atm.h b/sys/netatm/atm.h
index 1145a9c..4590475 100644
--- a/sys/netatm/atm.h
+++ b/sys/netatm/atm.h
@@ -342,6 +342,8 @@ struct t_atm_bearer {
/* traffic_type */
#define T_ATM_CBR 0x01 /* Constant bit rate */
#define T_ATM_VBR 0x02 /* Variable bit rate */
+#define T_ATM_ABR 0x03 /* Available Bit Rate */ */
+#define T_ATM_UBR 0x04 /* Unspecified bit rate */
/* timing_requirements */
#define T_ATM_END_TO_END 0x01 /* End-to-end timing required */
OpenPOWER on IntegriCloud