Home
last modified time | relevance | path

Searched refs:IPPROTO_MPLS (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Dinet_protocols.h216 #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 137
274 XLAT(IPPROTO_MPLS),
Dinet_protocols.in32 IPPROTO_MPLS 137
/external/iproute2/include/uapi/linux/
Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/external/libnl/include/linux-private/linux/
Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/external/kernel-headers/original/uapi/linux/
Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/external/iproute2/include/
Dutils.h79 #ifndef IPPROTO_MPLS
80 #define IPPROTO_MPLS 137 macro
/external/iproute2/ip/
Dtunnel.c57 case IPPROTO_MPLS: in tnl_strproto()
Dlink_iptnl.c250 proto = IPPROTO_MPLS; in iptunnel_parse_opt()
265 proto = IPPROTO_MPLS; in iptunnel_parse_opt()
/external/crosvm/net_sys/src/
Dinn.rs282 pub const IPPROTO_MPLS: _bindgen_ty_1 = 137; constant
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1017 pub const IPPROTO_MPLS: ::c_int = 137; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs906 pub const IPPROTO_MPLS: ::c_int = 137; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1307 pub const IPPROTO_MPLS: ::c_int = 137; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2389 pub const IPPROTO_MPLS: ::c_int = 137; constant
/external/strace/
DChangeLog36236 * xlat/inet_protocols.in: Add IPPROTO_MPLS.