Searched refs:dpp_tcp_gas_query_comeback (Results 1 – 1 of 1) sorted by relevance
84 static void dpp_tcp_gas_query_comeback(void *eloop_ctx, void *timeout_ctx);99 eloop_cancel_timeout(dpp_tcp_gas_query_comeback, conn, NULL); in dpp_connection_free()1249 static void dpp_tcp_gas_query_comeback(void *eloop_ctx, void *timeout_ctx) in dpp_tcp_gas_query_comeback() function1334 eloop_cancel_timeout(dpp_tcp_gas_query_comeback, conn, NULL); in dpp_rx_gas_resp()1335 eloop_register_timeout(secs, usecs, dpp_tcp_gas_query_comeback, in dpp_rx_gas_resp()