summaryrefslogtreecommitdiffstats
path: root/sys/net
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-05 13:48:01 +0000
committerharti <harti@FreeBSD.org>2003-08-05 13:48:01 +0000
commit86927d51a6bf9459a5f95570e5c2c8266742d8d8 (patch)
tree29ef446b50fc1f28c5b123e1f5cd4df3d8d38edb /sys/net
parent900a53301d1a56dc97a99fea6254817ceb2a2664 (diff)
downloadFreeBSD-src-86927d51a6bf9459a5f95570e5c2c8266742d8d8.zip
FreeBSD-src-86927d51a6bf9459a5f95570e5c2c8266742d8d8.tar.gz
Define a flag for asynchronuous VC open/close operations as used
by the NATM stuff.
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_atm.h3
1 files changed, 2 insertions, 1 deletions
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 */
OpenPOWER on IntegriCloud