summaryrefslogtreecommitdiffstats
path: root/sys/net/if_atm.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-06 14:53:27 +0000
committerharti <harti@FreeBSD.org>2003-08-06 14:53:27 +0000
commitdcc92de50316ca9086fc809d0bab536a036c4ba0 (patch)
tree8564ad1bf4b9dd7743fabe403af689dc7bfe59a8 /sys/net/if_atm.h
parentc4df8bc17e600eecd5f6415645461286ff9cdc2f (diff)
downloadFreeBSD-src-dcc92de50316ca9086fc809d0bab536a036c4ba0.zip
FreeBSD-src-dcc92de50316ca9086fc809d0bab536a036c4ba0.tar.gz
Remove the ATMIOCENA and ATMIOCDIS ioctl. Everyting has been converted
to use the new OPENVCC and CLOSEVCC calls that allow the sepcification of traffic parameters for the connections.
Diffstat (limited to 'sys/net/if_atm.h')
-rw-r--r--sys/net/if_atm.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/net/if_atm.h b/sys/net/if_atm.h
index 3947ca4..93ef680 100644
--- a/sys/net/if_atm.h
+++ b/sys/net/if_atm.h
@@ -219,7 +219,7 @@ struct atm_pseudohdr {
}
/* use AAL5? (0 == aal0) */
-#define ATM_PH_AAL5 0x01
+#define ATM_PH_AAL5 0x01
/* use the LLC SNAP encoding (iff aal5) */
#define ATM_PH_LLCSNAP ATMIO_FLAG_LLCSNAP
@@ -230,13 +230,6 @@ struct atm_pseudohdr {
/* XXX: could be 9188 with LLC/SNAP according
to comer */
-/* atm_pseudoioctl: turns on and off RX VCIs [for internal use only!] */
-struct atm_pseudoioctl {
- struct atm_pseudohdr aph;
- void *rxhand;
-};
-#define SIOCATMENA _IOWR('a', 123, struct atm_pseudoioctl) /* enable */
-#define SIOCATMDIS _IOWR('a', 124, struct atm_pseudoioctl) /* disable */
#define SIOCATMGETVCCS _IOW('a', 125, struct atmio_vcctable)
#define SIOCATMOPENVCC _IOR('a', 126, struct atmio_openvcc)
#define SIOCATMCLOSEVCC _IOR('a', 127, struct atmio_closevcc)
OpenPOWER on IntegriCloud