Blame nlpid.h

Packit 209cc3
/*
Packit 209cc3
 * Copyright (c) 1996
Packit 209cc3
 *	Juniper Networks, Inc.  All rights reserved.
Packit 209cc3
 *
Packit 209cc3
 * Redistribution and use in source and binary forms, with or without
Packit 209cc3
 * modification, are permitted provided that: (1) source code distributions
Packit 209cc3
 * retain the above copyright notice and this paragraph in its entirety, (2)
Packit 209cc3
 * distributions including binary code include the above copyright notice and
Packit 209cc3
 * this paragraph in its entirety in the documentation or other materials
Packit 209cc3
 * provided with the distribution.  The name of Juniper Networks may not
Packit 209cc3
 * be used to endorse or promote products derived from this software
Packit 209cc3
 * without specific prior written permission.
Packit 209cc3
 *
Packit 209cc3
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
Packit 209cc3
 * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
Packit 209cc3
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Packit 209cc3
 */
Packit 209cc3
Packit 209cc3
/* Types missing from some systems */
Packit 209cc3
Packit 209cc3
/*
Packit 209cc3
 * Network layer prototocol identifiers
Packit 209cc3
 */
Packit 209cc3
#ifndef ISO8473_CLNP
Packit 209cc3
#define ISO8473_CLNP		0x81
Packit 209cc3
#endif
Packit 209cc3
#ifndef	ISO9542_ESIS
Packit 209cc3
#define	ISO9542_ESIS		0x82
Packit 209cc3
#endif
Packit 209cc3
#ifndef ISO9542X25_ESIS
Packit 209cc3
#define ISO9542X25_ESIS		0x8a
Packit 209cc3
#endif
Packit 209cc3
#ifndef	ISO10589_ISIS
Packit 209cc3
#define	ISO10589_ISIS		0x83
Packit 209cc3
#endif
Packit 209cc3
/*
Packit 209cc3
 * this does not really belong in the nlpid.h file
Packit 209cc3
 * however we need it for generating nice
Packit 209cc3
 * IS-IS related BPF filters
Packit 209cc3
 */
Packit 209cc3
#define ISIS_L1_LAN_IIH      15
Packit 209cc3
#define ISIS_L2_LAN_IIH      16
Packit 209cc3
#define ISIS_PTP_IIH         17
Packit 209cc3
#define ISIS_L1_LSP          18
Packit 209cc3
#define ISIS_L2_LSP          20
Packit 209cc3
#define ISIS_L1_CSNP         24
Packit 209cc3
#define ISIS_L2_CSNP         25
Packit 209cc3
#define ISIS_L1_PSNP         26
Packit 209cc3
#define ISIS_L2_PSNP         27
Packit 209cc3
Packit 209cc3
#ifndef ISO8878A_CONS
Packit 209cc3
#define	ISO8878A_CONS		0x84
Packit 209cc3
#endif
Packit 209cc3
#ifndef	ISO10747_IDRP
Packit 209cc3
#define	ISO10747_IDRP		0x85
Packit 209cc3
#endif