Home
last modified time | relevance | path

Searched refs:IP_RECVFRAGSIZE (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dsock_ip_options.h125 #if defined(IP_RECVFRAGSIZE) || (defined(HAVE_DECL_IP_RECVFRAGSIZE) && HAVE_DECL_IP_RECVFRAGSIZE)
126 XLAT(IP_RECVFRAGSIZE),
Dsock_ip_options.in37 IP_RECVFRAGSIZE
/external/iproute2/include/uapi/linux/
Din.h121 #define IP_RECVFRAGSIZE 25 macro
/external/kernel-headers/original/uapi/linux/
Din.h121 #define IP_RECVFRAGSIZE 25 macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_ppc64.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_arm.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_mips64.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_ppc64le.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_arm64.go856 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_386.go854 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_mips.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_s390x.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_mipsle.go853 IP_RECVFRAGSIZE = 0x19 const
Dzerrors_linux_amd64.go854 IP_RECVFRAGSIZE = 0x19 const
/external/strace/
DChangeLog19461 * xlat/sockipoptions.in: Add IP_RECVFRAGSIZE introduced