Lines Matching defs:to_ping
126 struct timeout *to_disconnect, *to_ping, *to_pong;
258 timeout_remove(&conn->to_ping);
259 conn->to_ping = timeout_add(msecs, director_connection_ping, conn);
500 timeout_remove(&conn->to_ping);
502 conn->to_ping = timeout_add(DIRECTOR_CONNECTION_DONE_TIMEOUT_MSECS,
505 conn->to_ping = timeout_add(DIRECTOR_CONNECTION_SEND_USERS_TIMEOUT_MSECS,
2099 timeout_reset(conn->to_ping);
2206 timeout_reset(conn->to_ping);
2213 timeout_reset(conn->to_ping);
2229 timeout_reset(conn->to_ping);
2305 conn->to_ping = timeout_add(DIRECTOR_CONNECTION_ME_TIMEOUT_MSECS,
2330 timeout_remove(&conn->to_ping);
2331 conn->to_ping = timeout_add(DIRECTOR_CONNECTION_ME_TIMEOUT_MSECS,
2387 conn->to_ping = timeout_add(DIRECTOR_CONNECTION_CONNECT_TIMEOUT_MSECS,
2444 timeout_remove(&conn->to_ping);
2587 timeout_remove(&conn->to_ping);
2588 conn->to_ping = timeout_add(conn->dir->set->director_ping_idle_timeout*1000,