HomeSort by: relevance | last modified time | path
    Searched defs:tcp_connection_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isc/netmgr/
tcp.c 68 tcp_connection_cb(uv_stream_t *server, int status);
370 * from, so a race with tcp_connection_cb() isn't possible.
373 tcp_connection_cb);
523 tcp_connection_cb(uv_stream_t *server, int status) { function
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
tcp.c 69 tcp_connection_cb(uv_stream_t *server, int status);
600 * from, so a race with tcp_connection_cb() isn't possible.
603 tcp_connection_cb);
632 tcp_connection_cb(uv_stream_t *server, int status) { function

Completed in 23 milliseconds