fetch.9: Minor fixes.
[dragonfly.git] / sys / netproto / atm / uni / sscf_uni.h
blob49ab974aa56d14b7a931895d863418446043c6ba
1 /*
3 * ===================================
4 * HARP | Host ATM Research Platform
5 * ===================================
8 * This Host ATM Research Platform ("HARP") file (the "Software") is
9 * made available by Network Computing Services, Inc. ("NetworkCS")
10 * "AS IS". NetworkCS does not provide maintenance, improvements or
11 * support of any kind.
13 * NETWORKCS MAKES NO WARRANTIES OR REPRESENTATIONS, EXPRESS OR IMPLIED,
14 * INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY
15 * AND FITNESS FOR A PARTICULAR PURPOSE, AS TO ANY ELEMENT OF THE
16 * SOFTWARE OR ANY SUPPORT PROVIDED IN CONNECTION WITH THIS SOFTWARE.
17 * In no event shall NetworkCS be responsible for any damages, including
18 * but not limited to consequential damages, arising from or relating to
19 * any use of the Software or related support.
21 * Copyright 1994-1998 Network Computing Services, Inc.
23 * Copies of this Software may be made, however, the above copyright
24 * notice must be reproduced on all copies.
26 * @(#) $FreeBSD: src/sys/netatm/uni/sscf_uni.h,v 1.2 1999/08/28 00:48:56 peter Exp $
27 * @(#) $DragonFly: src/sys/netproto/atm/uni/sscf_uni.h,v 1.2 2003/06/17 04:28:49 dillon Exp $
32 * ATM Forum UNI Support
33 * ---------------------
35 * SSCF UNI protocol definitions
39 #ifndef _UNI_SSCF_UNI_H
40 #define _UNI_SSCF_UNI_H
43 * SSCF_UNI API definitions
45 #define SSCF_UNI_ESTIND_YES 1 /* Allow new ESTABLISH_IND */
46 #define SSCF_UNI_ESTIND_NO 2 /* Disallow new ESTABLISH_IND */
48 #endif /* _UNI_SSCF_UNI_H */