Home
last modified time | relevance | path

Searched refs:IPPROTO_MH (Results 1 – 25 of 33) sorted by relevance

12

/external/strace/xlat/
Dinet_protocols.h202 #if defined(IPPROTO_MH) || (defined(HAVE_DECL_IPPROTO_MH) && HAVE_DECL_IPPROTO_MH)
204 static_assert((IPPROTO_MH) == (135), "IPPROTO_MH != 135");
207 # define IPPROTO_MH 135
272 XLAT(IPPROTO_MH),
Dinet_protocols.in30 IPPROTO_MH 135
/external/iproute2/ip/
Dxfrm.h33 #ifndef IPPROTO_MH
34 #define IPPROTO_MH 135 macro
Dipxfrm.c479 case IPPROTO_MH: in xfrm_selector_print()
1360 case IPPROTO_MH: in xfrm_selector_upspec_parse()
Dxfrm_policy.c77 fprintf(stderr, "%s", strxf_proto(IPPROTO_MH)); in usage()
Dxfrm_state.c105 fprintf(stderr, "%s", strxf_proto(IPPROTO_MH)); in usage()
/external/iproute2/include/
Dxtables.h27 #ifndef IPPROTO_MH
28 # define IPPROTO_MH 135 macro
/external/iptables/include/
Dxtables.h27 #ifndef IPPROTO_MH
28 # define IPPROTO_MH 135 macro
/external/iproute2/include/uapi/linux/
Din6.h138 #define IPPROTO_MH 135 /* IPv6 mobility header */ macro
/external/kernel-headers/original/uapi/linux/
Din6.h138 #define IPPROTO_MH 135 /* IPv6 mobility header */ macro
/external/syzkaller/sys/linux/
Dvnet_arm64.const279 IPPROTO_MH = 135
Dvnet_amd64.const279 IPPROTO_MH = 135
Dvnet_arm.const279 IPPROTO_MH = 135
Dvnet_386.const279 IPPROTO_MH = 135
Dvnet_ppc64le.const279 IPPROTO_MH = 135
/external/iptables/libxtables/
Dxtables.c1905 {"ipv6-mh", IPPROTO_MH},
1906 {"mh", IPPROTO_MH},
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_freebsd_386.go737 IPPROTO_MH = 0x87 const
Dzerrors_freebsd_arm.go744 IPPROTO_MH = 0x87 const
Dzerrors_freebsd_amd64.go737 IPPROTO_MH = 0x87 const
Dzerrors_linux_sparc64.go604 IPPROTO_MH = 0x87 const
Dzerrors_linux_mipsle.go736 IPPROTO_MH = 0x87 const
Dzerrors_linux_s390x.go736 IPPROTO_MH = 0x87 const
Dzerrors_linux_arm.go736 IPPROTO_MH = 0x87 const
Dzerrors_linux_ppc64le.go736 IPPROTO_MH = 0x87 const
Dzerrors_linux_mips64.go736 IPPROTO_MH = 0x87 const

12