Home
last modified time | relevance | path

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

/external/strace/xlat/
Dip_cmsg_types.h55 #if defined(IP_CHECKSUM) || (defined(HAVE_DECL_IP_CHECKSUM) && HAVE_DECL_IP_CHECKSUM)
57 static_assert((IP_CHECKSUM) == (23), "IP_CHECKSUM != 23");
60 # define IP_CHECKSUM 23
80 XLAT(IP_CHECKSUM),
Dsock_ip_options.h119 #if defined(IP_CHECKSUM) || (defined(HAVE_DECL_IP_CHECKSUM) && HAVE_DECL_IP_CHECKSUM)
120 XLAT(IP_CHECKSUM),
Dip_cmsg_types.in8 IP_CHECKSUM 23
Dsock_ip_options.in35 IP_CHECKSUM
/external/strace/tests/
Dmsg_control.c661 #ifdef IP_CHECKSUM
762 #ifdef IP_CHECKSUM in test_sol_ip()
768 #ifdef IP_CHECKSUM in test_sol_ip()
769 test_ip_uint(mh, page, ARG_STR(IP_CHECKSUM)); in test_sol_ip()
/external/strace/tests-m32/
Dmsg_control.c661 #ifdef IP_CHECKSUM
762 #ifdef IP_CHECKSUM in test_sol_ip()
768 #ifdef IP_CHECKSUM in test_sol_ip()
769 test_ip_uint(mh, page, ARG_STR(IP_CHECKSUM)); in test_sol_ip()
/external/strace/tests-mx32/
Dmsg_control.c661 #ifdef IP_CHECKSUM
762 #ifdef IP_CHECKSUM in test_sol_ip()
768 #ifdef IP_CHECKSUM in test_sol_ip()
769 test_ip_uint(mh, page, ARG_STR(IP_CHECKSUM)); in test_sol_ip()
/external/iproute2/include/uapi/linux/
Din.h119 #define IP_CHECKSUM 23 macro
/external/libnl/include/linux-private/linux/
Din.h119 #define IP_CHECKSUM 23 macro
/external/kernel-headers/original/uapi/linux/
Din.h123 #define IP_CHECKSUM 23 macro
/external/strace/
Dmsghdr.c231 [IP_CHECKSUM] = { print_cmsg_uint, sizeof(unsigned int) },
DChangeLog35458 IP_RECVOPTS, IP_RETOPTS, IP_RECVERR, IP_ORIGDSTADDR, IP_CHECKSUM,
36239 * xlat/sockipoptions.in: Add IP_CHECKSUM and IP_BIND_ADDRESS_NO_PORT.
/external/crosvm/net_sys/src/
Dinn.rs49 pub const IP_CHECKSUM: ::std::os::raw::c_uint = 23; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs799 pub const IP_CHECKSUM: ::c_int = 23; constant