xref: /dflybsd-src/contrib/tcpdump/gmpls.h (revision 411677ae3ecc884ce4f4bd3d53bab2b7f81cf321)
141c99275SPeter Avalos /*
241c99275SPeter Avalos  * Redistribution and use in source and binary forms, with or without
341c99275SPeter Avalos  * modification, are permitted provided that: (1) source code
441c99275SPeter Avalos  * distributions retain the above copyright notice and this paragraph
541c99275SPeter Avalos  * in its entirety, and (2) distributions including binary code include
641c99275SPeter Avalos  * the above copyright notice and this paragraph in its entirety in
741c99275SPeter Avalos  * the documentation or other materials provided with the distribution.
841c99275SPeter Avalos  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND
941c99275SPeter Avalos  * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
1041c99275SPeter Avalos  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
1141c99275SPeter Avalos  * FOR A PARTICULAR PURPOSE.
1241c99275SPeter Avalos  *
13*411677aeSAaron LI  * Original code by Hannes Gredler (hannes@gredler.at)
1441c99275SPeter Avalos  */
1541c99275SPeter Avalos 
16ea7b4bf5SPeter Avalos #define GMPLS_PSC1   1
17ea7b4bf5SPeter Avalos #define GMPLS_PSC2   2
18ea7b4bf5SPeter Avalos #define GMPLS_PSC3   3
19ea7b4bf5SPeter Avalos #define GMPLS_PSC4   4
20ea7b4bf5SPeter Avalos #define GMPLS_L2SC  51
21ea7b4bf5SPeter Avalos #define GMPLS_TSC  100
22ea7b4bf5SPeter Avalos #define GMPLS_LSC  150
23ea7b4bf5SPeter Avalos #define GMPLS_FSC  200
24ea7b4bf5SPeter Avalos 
2527bfbee1SPeter Avalos extern const struct tok gmpls_link_prot_values[];
2627bfbee1SPeter Avalos extern const struct tok gmpls_switch_cap_values[];
2727bfbee1SPeter Avalos extern const struct tok gmpls_switch_cap_tsc_indication_values[];
2827bfbee1SPeter Avalos extern const struct tok gmpls_encoding_values[];
2927bfbee1SPeter Avalos extern const struct tok gmpls_payload_values[];
3027bfbee1SPeter Avalos extern const struct tok diffserv_te_bc_values[];
3127bfbee1SPeter Avalos extern const struct tok lmp_sd_service_config_cpsa_link_type_values[];
3227bfbee1SPeter Avalos extern const struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[];
3327bfbee1SPeter Avalos extern const struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[];
34