From 86927d51a6bf9459a5f95570e5c2c8266742d8d8 Mon Sep 17 00:00:00 2001 From: harti Date: Tue, 5 Aug 2003 13:48:01 +0000 Subject: Define a flag for asynchronuous VC open/close operations as used by the NATM stuff. --- sys/net/if_atm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/net') diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h index 93fcf9f..2234d63 100644 --- a/sys/net/if_atm.h +++ b/sys/net/if_atm.h @@ -136,7 +136,8 @@ struct atmio_vcc { #define ATMIO_FLAG_NORX 0x0100 /* not receiving on this VCC */ #define ATMIO_FLAG_NOTX 0x0200 /* not transmitting on this VCC */ #define ATMIO_FLAG_PVC 0x0400 /* this is a PVC */ -#define ATMIO_FLAGS "\020\2LLCSNAP\5NG\6HARP\11NORX\12NOTX\13PVC" +#define ATMIO_FLAG_ASYNC 0x0800 /* async open/close */ +#define ATMIO_FLAGS "\020\2LLCSNAP\5NG\6HARP\11NORX\12NOTX\13PVC\14ASYNC" #define ATMIO_AAL_0 0 /* pure cells */ #define ATMIO_AAL_34 4 /* AAL3 and 4 */ -- cgit v1.1