Home
last modified time | relevance | path

Searched refs:connect_reqs (Results 1 - 7 of 7) sorted by relevance

/third_party/libuv/test/
H A Dtest-tcp-close-accept.c35 static uv_connect_t connect_reqs[ARRAY_SIZE(tcp_outgoing)]; variable
72 ASSERT_LE(connect_reqs, req); in connect_cb()
73 ASSERT_LE(req, connect_reqs + ARRAY_SIZE(connect_reqs)); in connect_cb()
74 i = req - connect_reqs; in connect_cb()
177 ASSERT_OK(uv_tcp_connect(&connect_reqs[i], in TEST_IMPL()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_i.h125 unsigned int connect_reqs; member
H A Dp2p.c1625 dev->connect_reqs = 0; in p2p_connect()
3854 if (p2p->go_neg_peer->connect_reqs >= 120) { in p2p_listen_end()
3912 p2p->go_neg_peer->connect_reqs < 120) { in p2p_timeout_connect()
3936 if (p2p->go_neg_peer->connect_reqs >= 120) { in p2p_timeout_connect_listen()
H A Dp2p_go_neg.c255 dev->connect_reqs++; in p2p_connect_send()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_i.h125 unsigned int connect_reqs; member
H A Dp2p.c1748 dev->connect_reqs = 0;
4037 if (p2p->go_neg_peer->connect_reqs >= 120) {
4095 p2p->go_neg_peer->connect_reqs < 120) {
4119 if (p2p->go_neg_peer->connect_reqs >= 120) {
H A Dp2p_go_neg.c265 dev->connect_reqs++; in p2p_connect_send()

Completed in 21 milliseconds