Searched refs:IP_CHECKSUM (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | ip_cmsg_types.h | 55 #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),
|
D | sock_ip_options.h | 119 #if defined(IP_CHECKSUM) || (defined(HAVE_DECL_IP_CHECKSUM) && HAVE_DECL_IP_CHECKSUM) 120 XLAT(IP_CHECKSUM),
|
D | ip_cmsg_types.in | 8 IP_CHECKSUM 23
|
D | sock_ip_options.in | 35 IP_CHECKSUM
|
/external/strace/tests/ |
D | msg_control.c | 661 #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/ |
D | msg_control.c | 661 #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/ |
D | msg_control.c | 661 #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/ |
D | in.h | 119 #define IP_CHECKSUM 23 macro
|
/external/libnl/include/linux-private/linux/ |
D | in.h | 119 #define IP_CHECKSUM 23 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 123 #define IP_CHECKSUM 23 macro
|
/external/strace/ |
D | msghdr.c | 231 [IP_CHECKSUM] = { print_cmsg_uint, sizeof(unsigned int) },
|
D | ChangeLog | 35458 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/ |
D | inn.rs | 49 pub const IP_CHECKSUM: ::std::os::raw::c_uint = 23; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 799 pub const IP_CHECKSUM: ::c_int = 23; constant
|