nlpid.h revision 17749
117749Spst/*
217749Spst * Copyright (c) 1996
317749Spst *	Juniper Networks, Inc.  All rights reserved.
417749Spst *
517749Spst * Redistribution and use in source and binary forms, with or without
617749Spst * modification, are permitted provided that: (1) source code distributions
717749Spst * retain the above copyright notice and this paragraph in its entirety, (2)
817749Spst * distributions including binary code include the above copyright notice and
917749Spst * this paragraph in its entirety in the documentation or other materials
1017749Spst * provided with the distribution.  The name of Juniper Networks may not
1117749Spst * be used to endorse or promote products derived from this software
1217749Spst * without specific prior written permission.
1317749Spst *
1417749Spst * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
1517749Spst * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
1617749Spst * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1717749Spst *
1817749Spst * @(#) $Header$ (Juniper)
1917749Spst */
2017749Spst
2117749Spst/* Types missing from some systems */
2217749Spst
2317749Spst/*
2417749Spst * Network layer prototocol identifiers
2517749Spst */
2617749Spst#ifndef ISO8473_CLNP
2717749Spst#define ISO8473_CLNP		0x81
2817749Spst#endif
2917749Spst#ifndef	ISO9542_ESIS
3017749Spst#define	ISO9542_ESIS		0x82
3117749Spst#endif
3217749Spst#ifndef ISO9542X25_ESIS
3317749Spst#define ISO9542X25_ESIS		0x8a
3417749Spst#endif
3517749Spst#ifndef	ISO10589_ISIS
3617749Spst#define	ISO10589_ISIS		0x83
3717749Spst#endif
3817749Spst#ifndef ISO8878A_CONS
3917749Spst#define	ISO8878A_CONS		0x84
4017749Spst#endif
4117749Spst#ifndef	ISO10747_IDRP
4217749Spst#define	ISO10747_IDRP		0x85
4317749Spst#endif
44