Home
last modified time | relevance | path

Searched refs:tcp_conn_listener (Results 1 – 2 of 2) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dtcp_request.c361 (void)tcp_conn_listener; in tcp_connection_cb()
452 evconnlistener_enable(c->tcp_conn_listener); in tcp_accept_timer_cb()
461 (void)tcp_conn_listener; in tcp_accept_error_cb()
472 evconnlistener_disable(c->tcp_conn_listener); in tcp_accept_error_cb()
484 debug_assert(c->tcp_conn_listener == NULL); in tcp_listener_bind()
503 c->tcp_conn_listener = in tcp_listener_bind()
512 if (c->tcp_conn_listener == NULL) { in tcp_listener_bind()
518 c->tcp_conn_listener = NULL; in tcp_listener_bind()
530 debug_assert(c->tcp_conn_listener != NULL); in tcp_listener_start()
540 evconnlistener_free(c->tcp_conn_listener); in tcp_listener_stop()
[all …]
H A Ddnscrypt.h121 struct evconnlistener *tcp_conn_listener; member