10d086d29SPaul Traina /* 20d086d29SPaul Traina * Copyright (c) 1996 30d086d29SPaul Traina * Juniper Networks, Inc. All rights reserved. 40d086d29SPaul Traina * 50d086d29SPaul Traina * Redistribution and use in source and binary forms, with or without 60d086d29SPaul Traina * modification, are permitted provided that: (1) source code distributions 70d086d29SPaul Traina * retain the above copyright notice and this paragraph in its entirety, (2) 80d086d29SPaul Traina * distributions including binary code include the above copyright notice and 90d086d29SPaul Traina * this paragraph in its entirety in the documentation or other materials 100d086d29SPaul Traina * provided with the distribution. The name of Juniper Networks may not 110d086d29SPaul Traina * be used to endorse or promote products derived from this software 120d086d29SPaul Traina * without specific prior written permission. 130d086d29SPaul Traina * 140d086d29SPaul Traina * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED 150d086d29SPaul Traina * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF 160d086d29SPaul Traina * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 170d086d29SPaul Traina * 180d086d29SPaul Traina * @(#) $Header$ (Juniper) 190d086d29SPaul Traina */ 200d086d29SPaul Traina 210d086d29SPaul Traina /* Types missing from some systems */ 220d086d29SPaul Traina 230d086d29SPaul Traina /* 240d086d29SPaul Traina * Network layer prototocol identifiers 250d086d29SPaul Traina */ 260d086d29SPaul Traina #ifndef ISO8473_CLNP 270d086d29SPaul Traina #define ISO8473_CLNP 0x81 280d086d29SPaul Traina #endif 290d086d29SPaul Traina #ifndef ISO9542_ESIS 300d086d29SPaul Traina #define ISO9542_ESIS 0x82 310d086d29SPaul Traina #endif 320d086d29SPaul Traina #ifndef ISO9542X25_ESIS 330d086d29SPaul Traina #define ISO9542X25_ESIS 0x8a 340d086d29SPaul Traina #endif 350d086d29SPaul Traina #ifndef ISO10589_ISIS 360d086d29SPaul Traina #define ISO10589_ISIS 0x83 370d086d29SPaul Traina #endif 380d086d29SPaul Traina #ifndef ISO8878A_CONS 390d086d29SPaul Traina #define ISO8878A_CONS 0x84 400d086d29SPaul Traina #endif 410d086d29SPaul Traina #ifndef ISO10747_IDRP 420d086d29SPaul Traina #define ISO10747_IDRP 0x85 430d086d29SPaul Traina #endif 44