Searched refs:IPPROTO_MPLS (Results 1 – 25 of 32) sorted by relevance
12
/external/strace/xlat/ |
D | inet_protocols.h | 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 137 274 XLAT(IPPROTO_MPLS),
|
D | inet_protocols.in | 32 IPPROTO_MPLS 137
|
/external/iproute2/include/uapi/linux/ |
D | in.h | 75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator 76 #define IPPROTO_MPLS IPPROTO_MPLS macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 75 IPPROTO_MPLS = 137, /* MPLS in IP (RFC 4023) */ enumerator 76 #define IPPROTO_MPLS IPPROTO_MPLS macro
|
/external/iproute2/include/ |
D | utils.h | 79 #ifndef IPPROTO_MPLS 80 #define IPPROTO_MPLS 137 macro
|
/external/iproute2/ip/ |
D | tunnel.c | 57 case IPPROTO_MPLS: in tnl_strproto()
|
D | link_iptnl.c | 250 proto = IPPROTO_MPLS; in iptunnel_parse_opt() 265 proto = IPPROTO_MPLS; in iptunnel_parse_opt()
|
/external/syzkaller/sys/linux/ |
D | vnet_arm64.const | 280 IPPROTO_MPLS = 137
|
D | vnet_amd64.const | 280 IPPROTO_MPLS = 137
|
D | vnet_arm.const | 280 IPPROTO_MPLS = 137
|
D | vnet_386.const | 280 IPPROTO_MPLS = 137
|
D | vnet_ppc64le.const | 280 IPPROTO_MPLS = 137
|
D | vnet.txt | 443 …ROTO_ENCAP, IPPROTO_PIM, IPPROTO_COMP, IPPROTO_SCTP, IPPROTO_UDPLITE, IPPROTO_MPLS, IPPROTO_RAW, I… 480 …ROTO_ENCAP, IPPROTO_PIM, IPPROTO_COMP, IPPROTO_SCTP, IPPROTO_UDPLITE, IPPROTO_MPLS, IPPROTO_RAW, I…
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_openbsd_arm.go | 748 IPPROTO_MPLS = 0x89 const
|
D | zerrors_openbsd_amd64.go | 783 IPPROTO_MPLS = 0x89 const
|
D | zerrors_openbsd_386.go | 749 IPPROTO_MPLS = 0x89 const
|
D | zerrors_freebsd_386.go | 741 IPPROTO_MPLS = 0x89 const
|
D | zerrors_freebsd_arm.go | 748 IPPROTO_MPLS = 0x89 const
|
D | zerrors_freebsd_amd64.go | 741 IPPROTO_MPLS = 0x89 const
|
D | zerrors_linux_sparc64.go | 605 IPPROTO_MPLS = 0x89 const
|
D | zerrors_linux_mipsle.go | 737 IPPROTO_MPLS = 0x89 const
|
D | zerrors_linux_s390x.go | 737 IPPROTO_MPLS = 0x89 const
|
D | zerrors_linux_arm.go | 737 IPPROTO_MPLS = 0x89 const
|
D | zerrors_linux_ppc64le.go | 737 IPPROTO_MPLS = 0x89 const
|
D | zerrors_linux_mips64.go | 737 IPPROTO_MPLS = 0x89 const
|
12