Home
last modified time | relevance | path

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

/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/uapi/linux/
Din.h75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator
76 #define IPPROTO_MPLS IPPROTO_MPLS macro
/external/strace/xlat/
Dinet_protocols.h96 #if defined(IPPROTO_MPLS) || (defined(HAVE_DECL_IPPROTO_MPLS) && HAVE_DECL_IPPROTO_MPLS)
97 XLAT(IPPROTO_MPLS),
Dinet_protocols.in31 IPPROTO_MPLS
/external/iproute2/include/
Dutils.h79 #ifndef IPPROTO_MPLS
80 #define IPPROTO_MPLS 137 macro
/external/iproute2/ip/
Dlink_iptnl.c250 proto = IPPROTO_MPLS; in iptunnel_parse_opt()
265 proto = IPPROTO_MPLS; in iptunnel_parse_opt()
Dtunnel.c57 case IPPROTO_MPLS: in tnl_strproto()
/external/strace/
DChangeLog28674 * xlat/inet_protocols.in: Add IPPROTO_MPLS.