Home
last modified time | relevance | path

Searched refs:SIOCATMARK (Results 1 – 18 of 18) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/sockioctl/
Dsockioctl01.c82 PF_INET, SOCK_STREAM, 0, SIOCATMARK, &optval,
86 PF_INET, SOCK_STREAM, 0, SIOCATMARK, &optval,
92 PF_INET, SOCK_STREAM, 0, SIOCATMARK, 0,
98 PF_INET, SOCK_DGRAM, 0, SIOCATMARK, &optval,
/third_party/musl/src/network/
Dsockatmark.c7 if (ioctl(s, SIOCATMARK, &ret) < 0) in sockatmark()
/third_party/musl/porting/liteos_a/user/src/network/
Dsockatmark.c9 if (ioctl(s, SIOCATMARK, &ret) < 0) in sockatmark()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h106 #define SIOCATMARK 0x8905 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h106 #define SIOCATMARK 0x8905 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h106 #define SIOCATMARK 0x8905 macro
/third_party/musl/arch/generic/bits/
Dioctl.h106 #define SIOCATMARK 0x8905 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h110 #define SIOCATMARK _IOR('s', 7, int) macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h110 #define SIOCATMARK _IOR('s', 7, int) macro
/third_party/musl/arch/mips/bits/
Dioctl.h110 #define SIOCATMARK _IOR('s', 7, int) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h123 #define SIOCATMARK 0x8905 macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h118 #define SIOCATMARK 0x8905 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h118 #define SIOCATMARK 0x8905 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h123 #define SIOCATMARK 0x8905 macro
/third_party/musl/arch/sh/bits/
Dioctl.h108 #define SIOCATMARK _IOR('s', 7, int) macro
/third_party/lwip/src/include/lwip/
Dsockets.h430 #define SIOCATMARK _IOR('s', 7, unsigned long) /* at oob mark? */ macro
/third_party/boost/boost/asio/detail/impl/
Dsocket_ops.ipp631 #if defined(SIOCATMARK)
634 int result = ::ioctlsocket(s, SIOCATMARK, &value);
636 int result = ::ioctl(s, SIOCATMARK, &value);
643 #else // defined(SIOCATMARK)
646 #endif // defined(SIOCATMARK)
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dsocket_ops.ipp631 #if defined(SIOCATMARK)
634 int result = ::ioctlsocket(s, SIOCATMARK, &value);
636 int result = ::ioctl(s, SIOCATMARK, &value);
643 #else // defined(SIOCATMARK)
646 #endif // defined(SIOCATMARK)