xref: /minix3/external/bsd/tcpdump/dist/gmpls.h (revision b636d99d91c3d54204248f643c14627405d4afd1)
1*b636d99dSDavid van Moolenbroek /*
2*b636d99dSDavid van Moolenbroek  * Redistribution and use in source and binary forms, with or without
3*b636d99dSDavid van Moolenbroek  * modification, are permitted provided that: (1) source code
4*b636d99dSDavid van Moolenbroek  * distributions retain the above copyright notice and this paragraph
5*b636d99dSDavid van Moolenbroek  * in its entirety, and (2) distributions including binary code include
6*b636d99dSDavid van Moolenbroek  * the above copyright notice and this paragraph in its entirety in
7*b636d99dSDavid van Moolenbroek  * the documentation or other materials provided with the distribution.
8*b636d99dSDavid van Moolenbroek  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND
9*b636d99dSDavid van Moolenbroek  * WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
10*b636d99dSDavid van Moolenbroek  * LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
11*b636d99dSDavid van Moolenbroek  * FOR A PARTICULAR PURPOSE.
12*b636d99dSDavid van Moolenbroek  *
13*b636d99dSDavid van Moolenbroek  * Original code by Hannes Gredler (hannes@juniper.net)
14*b636d99dSDavid van Moolenbroek  */
15*b636d99dSDavid van Moolenbroek 
16*b636d99dSDavid van Moolenbroek #define GMPLS_PSC1   1
17*b636d99dSDavid van Moolenbroek #define GMPLS_PSC2   2
18*b636d99dSDavid van Moolenbroek #define GMPLS_PSC3   3
19*b636d99dSDavid van Moolenbroek #define GMPLS_PSC4   4
20*b636d99dSDavid van Moolenbroek #define GMPLS_L2SC  51
21*b636d99dSDavid van Moolenbroek #define GMPLS_TSC  100
22*b636d99dSDavid van Moolenbroek #define GMPLS_LSC  150
23*b636d99dSDavid van Moolenbroek #define GMPLS_FSC  200
24*b636d99dSDavid van Moolenbroek 
25*b636d99dSDavid van Moolenbroek extern const struct tok gmpls_link_prot_values[];
26*b636d99dSDavid van Moolenbroek extern const struct tok gmpls_switch_cap_values[];
27*b636d99dSDavid van Moolenbroek extern const struct tok gmpls_switch_cap_tsc_indication_values[];
28*b636d99dSDavid van Moolenbroek extern const struct tok gmpls_encoding_values[];
29*b636d99dSDavid van Moolenbroek extern const struct tok gmpls_payload_values[];
30*b636d99dSDavid van Moolenbroek extern const struct tok diffserv_te_bc_values[];
31*b636d99dSDavid van Moolenbroek extern const struct tok lmp_sd_service_config_cpsa_link_type_values[];
32*b636d99dSDavid van Moolenbroek extern const struct tok lmp_sd_service_config_cpsa_signal_type_sdh_values[];
33*b636d99dSDavid van Moolenbroek extern const struct tok lmp_sd_service_config_cpsa_signal_type_sonet_values[];
34