/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | socket_option.hpp | 216 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
|
D | socket_types.hpp | 205 typedef ::linger linger_type; 318 typedef ::linger linger_type;
|
/third_party/boost/boost/asio/detail/ |
D | socket_option.hpp | 216 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
|
D | socket_types.hpp | 205 typedef ::linger linger_type; 318 typedef ::linger linger_type;
|
/third_party/boost/libs/asio/include/boost/asio/ |
D | socket_base.hpp | 429 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/ |
D | socket_base.hpp | 429 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/ |
D | socket.cc | 152 } 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/ |
D | socket_base.cpp | 149 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/ |
D | test_1_to_1_sockopt.c | 91 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/ |
D | libsrt.c | 92 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/ |
D | sockets.c | 3061 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 …]
|
D | api_msg.c | 781 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/ |
D | sys_socket.c | 52 struct linger x; in f()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_socket.js | 284 linger: "[PC Preview] unknow linger" property
|
/third_party/musl/ndk_musl_include/sys/ |
D | socket.h | 78 struct linger { struct
|
/third_party/musl/include/sys/ |
D | socket.h | 74 struct linger { struct
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct
|
/third_party/lwip/src/include/lwip/ |
D | api.h | 274 s16_t linger; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | socket.h | 63 struct linger { struct
|
/third_party/musl/porting/linux/user/include/sys/ |
D | socket.h | 78 struct linger { struct
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | socket.h | 74 struct linger { struct
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_socket.c | 2145 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/ |
D | s_time.c | 393 struct linger no_linger; in doConnection()
|