Home
last modified time | relevance | path

Searched refs:l_onoff (Results 1 – 25 of 25) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/detail/
Dsocket_option.hpp222 value_.l_onoff = 0; in linger()
236 value_.l_onoff = value ? 1 : 0; in enabled()
242 return value_.l_onoff != 0; in enabled()
Dsocket_types.hpp122 struct linger_type { u_short_type l_onoff, l_linger; }; member
/third_party/boost/boost/asio/detail/
Dsocket_option.hpp222 value_.l_onoff = 0; in linger()
236 value_.l_onoff = value ? 1 : 0; in enabled()
242 return value_.l_onoff != 0; in enabled()
Dsocket_types.hpp122 struct linger_type { u_short_type l_onoff, l_linger; }; member
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_sockopt.c274 slinger.l_onoff = 0; in main()
300 if (slinger.l_onoff != glinger.l_onoff || in main()
/third_party/musl/libc-test/src/api/
Dsys_socket.c53 F(int,l_onoff) in f()
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc150 int l_onoff; /* linger active */ in setOptions() member
/third_party/musl/ndk_musl_include/sys/
Dsocket.h79 int l_onoff; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h75 int l_onoff; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h64 int l_onoff; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h75 int l_onoff; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h75 int l_onoff; member
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h79 int l_onoff; member
/third_party/musl/include/sys/
Dsocket.h75 int l_onoff; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h75 int l_onoff; member
/third_party/openssl/apps/
Ds_time.c396 no_linger.l_onoff = 1; in doConnection()
/third_party/grpc/test/core/iomgr/ios/CFStreamTests/
DCFStreamEndpointTests.mm312 so_linger.l_onoff = 1;
/third_party/lwip/src/include/lwip/
Dsockets.h227 int l_onoff; /* option on/off */ member
/third_party/gstreamer/gstplugins_bad/ext/sctp/
Dsctpassociation.c631 l.l_onoff = 1; in create_sctp_socket()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c2153 if (l->l_onoff) {
2241 l->l_onoff = 1;
2243 l->l_onoff = 0;
/third_party/ffmpeg/libavformat/
Dlibsrt.c359 lin.l_onoff = lin.l_linger > 0 ? 1 : 0; in libsrt_set_options_pre()
/third_party/lwip/src/api/
Dsockets.c3065 linger->l_onoff = 1; in lwip_getsockopt_impl()
3068 linger->l_onoff = 0; in lwip_getsockopt_impl()
3462 if (linger->l_onoff) { in lwip_setsockopt_impl()
/third_party/grpc/src/proto/grpc/channelz/
Dchannelz.proto376 // active maps to `struct linger.l_onoff`
/third_party/boost/boost/asio/detail/impl/
Dsocket_ops.ipp307 opt.l_onoff = 0;
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Dsocket_ops.ipp307 opt.l_onoff = 0;