
Go to the source code of this file.
| Functions | |
| static void | close_cb (uv_handle_t *handle) | 
| TEST_IMPL (tcp_bind6_error_addrinuse) | |
| TEST_IMPL (tcp_bind6_error_addrnotavail) | |
| TEST_IMPL (tcp_bind6_error_fault) | |
| TEST_IMPL (tcp_bind6_error_inval) | |
| TEST_IMPL (tcp_bind6_localhost_ok) | |
| Variables | |
| static int | close_cb_called = 0 | 
| 
 | static | 
Definition at line 31 of file test-tcp-bind6-error.c.
| TEST_IMPL | ( | tcp_bind6_error_addrinuse | ) | 
Definition at line 37 of file test-tcp-bind6-error.c.
| TEST_IMPL | ( | tcp_bind6_error_addrnotavail | ) | 
Definition at line 74 of file test-tcp-bind6-error.c.
| TEST_IMPL | ( | tcp_bind6_error_fault | ) | 
Definition at line 100 of file test-tcp-bind6-error.c.
| TEST_IMPL | ( | tcp_bind6_error_inval | ) | 
Definition at line 129 of file test-tcp-bind6-error.c.
| TEST_IMPL | ( | tcp_bind6_localhost_ok | ) | 
Definition at line 159 of file test-tcp-bind6-error.c.
| 
 | static | 
Definition at line 28 of file test-tcp-bind6-error.c.