nlpid.h revision 17749
1262566Sdes/*
2204861Sdes * Copyright (c) 1996
3204861Sdes *	Juniper Networks, Inc.  All rights reserved.
4204861Sdes *
5204861Sdes * Redistribution and use in source and binary forms, with or without
6204861Sdes * modification, are permitted provided that: (1) source code distributions
7204861Sdes * retain the above copyright notice and this paragraph in its entirety, (2)
8204861Sdes * distributions including binary code include the above copyright notice and
9262566Sdes * this paragraph in its entirety in the documentation or other materials
10262566Sdes * provided with the distribution.  The name of Juniper Networks may not
11262566Sdes * be used to endorse or promote products derived from this software
12262566Sdes * without specific prior written permission.
13262566Sdes *
14262566Sdes * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
15262566Sdes * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
16262566Sdes * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17262566Sdes *
18204861Sdes * @(#) $Header$ (Juniper)
19204861Sdes */
20204861Sdes
21204861Sdes/* Types missing from some systems */
22204861Sdes
23262566Sdes/*
24204861Sdes * Network layer prototocol identifiers
25204861Sdes */
26204861Sdes#ifndef ISO8473_CLNP
27204861Sdes#define ISO8473_CLNP		0x81
28248613Sdes#endif
29248613Sdes#ifndef	ISO9542_ESIS
30204861Sdes#define	ISO9542_ESIS		0x82
31262566Sdes#endif
32214979Sdes#ifndef ISO9542X25_ESIS
33214979Sdes#define ISO9542X25_ESIS		0x8a
34262566Sdes#endif
35214979Sdes#ifndef	ISO10589_ISIS
36214979Sdes#define	ISO10589_ISIS		0x83
37214979Sdes#endif
38262566Sdes#ifndef ISO8878A_CONS
39204861Sdes#define	ISO8878A_CONS		0x84
40204861Sdes#endif
41214979Sdes#ifndef	ISO10747_IDRP
42262566Sdes#define	ISO10747_IDRP		0x85
43214979Sdes#endif
44214979Sdes