Searched refs:IPPROTO_MPLS (Results 1 – 14 of 14) sorted by relevance
216 #if defined(IPPROTO_MPLS) || (defined(HAVE_DECL_IPPROTO_MPLS) && HAVE_DECL_IPPROTO_MPLS)218 static_assert((IPPROTO_MPLS) == (137), "IPPROTO_MPLS != 137");221 # define IPPROTO_MPLS 137274 XLAT(IPPROTO_MPLS),
32 IPPROTO_MPLS 137
75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator76 #define IPPROTO_MPLS IPPROTO_MPLS macro
79 #ifndef IPPROTO_MPLS80 #define IPPROTO_MPLS 137 macro
57 case IPPROTO_MPLS: in tnl_strproto()
250 proto = IPPROTO_MPLS; in iptunnel_parse_opt()265 proto = IPPROTO_MPLS; in iptunnel_parse_opt()
282 pub const IPPROTO_MPLS: _bindgen_ty_1 = 137; constant
906 pub const IPPROTO_MPLS: ::c_int = 137; constant
1017 pub const IPPROTO_MPLS: ::c_int = 137; constant
1307 pub const IPPROTO_MPLS: ::c_int = 137; constant
2389 pub const IPPROTO_MPLS: ::c_int = 137; constant
36236 * xlat/inet_protocols.in: Add IPPROTO_MPLS.