Home
last modified time | relevance | path

Searched refs:SO_NO_CHECK (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/arch/powerpc/bits/
Dsocket.h11 #define SO_NO_CHECK 11 macro
/third_party/musl/arch/powerpc64/bits/
Dsocket.h11 #define SO_NO_CHECK 11 macro
/third_party/musl/arch/mips/bits/
Dsocket.h25 #define SO_NO_CHECK 11 macro
/third_party/musl/arch/mipsn32/bits/
Dsocket.h25 #define SO_NO_CHECK 11 macro
/third_party/musl/arch/mips64/bits/
Dsocket.h25 #define SO_NO_CHECK 11 macro
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
Dsetsockopt05.c81 SAFE_SETSOCKOPT_INT(sock, SOL_SOCKET, SO_NO_CHECK, 1); in run()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h214 #define SO_NO_CHECK 11 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h210 #define SO_NO_CHECK 11 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h199 #define SO_NO_CHECK 11 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h210 #define SO_NO_CHECK 11 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h210 #define SO_NO_CHECK 11 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h214 #define SO_NO_CHECK 11 macro
/third_party/musl/include/sys/
Dsocket.h210 #define SO_NO_CHECK 11 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h210 #define SO_NO_CHECK 11 macro
/third_party/lwip/src/include/lwip/
Dsockets.h220 #define SO_NO_CHECK 0x100a /* don't create UDP checksum */ macro
/third_party/lwip/src/api/
Dsockets.c3075 case SO_NO_CHECK: in lwip_getsockopt_impl()
3479 case SO_NO_CHECK: in lwip_setsockopt_impl()
/third_party/lwip/
DCHANGELOG3090 * sockets.c, sockets.h: Implemented socket options SO_NO_CHECK for UDP sockets