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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-poll.c64 int got_fin, sent_fin, got_disconnect; member in struct:connection_context_s
160 context->sent_fin = 0;
407 context->sent_fin = 1;
418 if (context->got_fin && context->sent_fin && context->got_disconnect) {
420 if (context->got_fin && context->sent_fin) {

Completed in 100 milliseconds