10f74e101Schristos /* 20f74e101Schristos * Redistribution and use in source and binary forms, with or without 30f74e101Schristos * modification, are permitted provided that: (1) source code 40f74e101Schristos * distributions retain the above copyright notice and this paragraph 50f74e101Schristos * in its entirety, and (2) distributions including binary code include 60f74e101Schristos * the above copyright notice and this paragraph in its entirety in 70f74e101Schristos * the documentation or other materials provided with the distribution. 80f74e101Schristos * THIS SOFTWARE IS PROVIDED ``AS IS'' AND 90f74e101Schristos * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT 100f74e101Schristos * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 110f74e101Schristos * FOR A PARTICULAR PURPOSE. 120f74e101Schristos * 13*9460fd8aSchristos * Original code by Hannes Gredler (hannes@gredler.at) 140f74e101Schristos */ 150f74e101Schristos 160f74e101Schristos extern const struct tok nlpid_values[]; 170f74e101Schristos 180f74e101Schristos #define NLPID_NULLNS 0x00 190f74e101Schristos #define NLPID_Q933 0x08 /* ANSI T1.617 Annex D or ITU-T Q.933 Annex A */ 200f74e101Schristos #define NLPID_LMI 0x09 /* The original, aka Cisco, aka Gang of Four */ 210f74e101Schristos #define NLPID_SNAP 0x80 220f74e101Schristos #define NLPID_CLNP 0x81 /* iso9577 */ 230f74e101Schristos #define NLPID_ESIS 0x82 /* iso9577 */ 240f74e101Schristos #define NLPID_ISIS 0x83 /* iso9577 */ 250f74e101Schristos #define NLPID_CONS 0x84 260f74e101Schristos #define NLPID_IDRP 0x85 270f74e101Schristos #define NLPID_MFR 0xb1 /* FRF.15 */ 28026d7285Schristos #define NLPID_SPB 0xc1 /* IEEE 802.1aq/D4.5 */ 290f74e101Schristos #define NLPID_IP 0xcc 300f74e101Schristos #define NLPID_PPP 0xcf 310f74e101Schristos #define NLPID_X25_ESIS 0x8a 320f74e101Schristos #define NLPID_IP6 0x8e 33