/third_party/ltp/testcases/kernel/syscalls/sockioctl/ |
D | sockioctl01.c | 82 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/ |
D | sockatmark.c | 7 if (ioctl(s, SIOCATMARK, &ret) < 0) in sockatmark()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | sockatmark.c | 9 if (ioctl(s, SIOCATMARK, &ret) < 0) in sockatmark()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 106 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 106 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 106 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 106 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 110 #define SIOCATMARK _IOR('s', 7, int) macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 110 #define SIOCATMARK _IOR('s', 7, int) macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 110 #define SIOCATMARK _IOR('s', 7, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 123 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 118 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 118 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 123 #define SIOCATMARK 0x8905 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 108 #define SIOCATMARK _IOR('s', 7, int) macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 430 #define SIOCATMARK _IOR('s', 7, unsigned long) /* at oob mark? */ macro
|
/third_party/boost/boost/asio/detail/impl/ |
D | socket_ops.ipp | 631 #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/ |
D | socket_ops.ipp | 631 #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)
|