Home
last modified time | relevance | path

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

123

/third_party/boost/libs/asio/include/boost/asio/detail/
Dsocket_option.hpp216 class linger class
220 linger() in linger() function in boost::asio::detail::socket_option::linger
227 linger(bool e, int t) in linger() function in boost::asio::detail::socket_option::linger
Dsocket_types.hpp205 typedef ::linger linger_type;
318 typedef ::linger linger_type;
/third_party/boost/boost/asio/detail/
Dsocket_option.hpp216 class linger class
220 linger() in linger() function in boost::asio::detail::socket_option::linger
227 linger(bool e, int t) in linger() function in boost::asio::detail::socket_option::linger
Dsocket_types.hpp205 typedef ::linger linger_type;
318 typedef ::linger linger_type;
/third_party/boost/libs/asio/include/boost/asio/
Dsocket_base.hpp429 typedef implementation_defined linger; typedef in boost::asio::socket_base
431 typedef boost::asio::detail::socket_option::linger<
433 linger; typedef in boost::asio::socket_base
/third_party/boost/boost/asio/
Dsocket_base.hpp429 typedef implementation_defined linger; typedef in boost::asio::socket_base
431 typedef boost::asio::detail::socket_option::linger<
433 linger; typedef in boost::asio::socket_base
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
Dsocket.cc152 } linger = {false, 0}; in setOptions() local
153 setsockopt(s, SOL_SOCKET, SO_LINGER, reinterpret_cast<char*>(&linger), in setOptions()
154 sizeof(linger)); in setOptions()
/third_party/boost/libs/asio/test/
Dsocket_base.cpp149 socket_base::linger linger1(true, 30); in test()
151 socket_base::linger linger2; in test()
581 socket_base::linger linger1(true, 60); in test()
587 socket_base::linger linger2; in test()
593 socket_base::linger linger3(false, 0); in test()
599 socket_base::linger linger4; in test()
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_sockopt.c91 struct linger slinger; /*SO_LINGER structure*/ in main()
92 struct linger glinger; /*SO_LINGER structure*/ in main()
283 len = sizeof(struct linger); in main()
/third_party/ffmpeg/libavformat/
Dlibsrt.c92 int linger; member
142 …r of seconds that the socket waits for unsent data when closing", OFFSET(linger), AV_OPT…
356 if (s->linger >= 0) { in libsrt_set_options_pre()
357 struct linger lin; in libsrt_set_options_pre()
358 lin.l_linger = s->linger; in libsrt_set_options_pre()
641 s->linger = strtol(buf, NULL, 10); in libsrt_open()
/third_party/lwip/src/api/
Dsockets.c3061 struct linger *linger = (struct linger *)optval; in lwip_getsockopt_impl() local
3062 LWIP_SOCKOPT_CHECK_OPTLEN_CONN(sock, *optlen, struct linger); in lwip_getsockopt_impl()
3063 conn_linger = sock->conn->linger; in lwip_getsockopt_impl()
3065 linger->l_onoff = 1; in lwip_getsockopt_impl()
3066 linger->l_linger = (int)conn_linger; in lwip_getsockopt_impl()
3068 linger->l_onoff = 0; in lwip_getsockopt_impl()
3069 linger->l_linger = 0; in lwip_getsockopt_impl()
3460 const struct linger *linger = (const struct linger *)optval; in lwip_setsockopt_impl() local
3461 LWIP_SOCKOPT_CHECK_OPTLEN_CONN(sock, optlen, struct linger); in lwip_setsockopt_impl()
3462 if (linger->l_onoff) { in lwip_setsockopt_impl()
[all …]
Dapi_msg.c781 conn->linger = -1;
984 if ((conn->linger >= 0) && (conn->pcb.tcp->unsent || conn->pcb.tcp->unacked)) {
985 if ((conn->linger == 0)) {
989 } else if (conn->linger > 0) {
995 (conn->linger * 1000)) {
1038 if (conn->linger >= 0) {
1040 close_timeout = conn->linger * 1000U;
/third_party/musl/libc-test/src/api/
Dsys_socket.c52 struct linger x; in f()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_socket.js284 linger: "[PC Preview] unknow linger" property
/third_party/musl/ndk_musl_include/sys/
Dsocket.h78 struct linger { struct
/third_party/musl/include/sys/
Dsocket.h74 struct linger { struct
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h74 struct linger { struct
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h74 struct linger { struct
/third_party/lwip/src/include/lwip/
Dapi.h274 s16_t linger; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h63 struct linger { struct
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h78 struct linger { struct
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h74 struct linger { struct
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h74 struct linger { struct
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_socket.c2145 if (option_len < (socklen_t)sizeof(struct linger)) {
2149 struct linger *l;
2151 l = (struct linger *)option_value;
2232 if (*option_len < (socklen_t)sizeof(struct linger)) {
2236 struct linger *l;
2238 l = (struct linger *)option_value;
2245 *option_len = (socklen_t)sizeof(struct linger);
/third_party/openssl/apps/
Ds_time.c393 struct linger no_linger; in doConnection()

123