Go to the source code of this file.
Functions | |
int | main (void) |
void | setUp () |
void | tearDown () |
void | test_hostname_ipv4 () |
void | test_hostname_with_spaces_fails () |
void | test_invalid_proto_fails () |
void | test_invalid_service_fails () |
void | test_loopback_ipv6 () |
void | test_no_hostname_fails () |
void | test_x () |
Variables | |
void * | sock |
int main | ( | void | ) |
Definition at line 65 of file test_connect_resolve.cpp.
void setUp | ( | ) |
Definition at line 11 of file test_connect_resolve.cpp.
void tearDown | ( | ) |
Definition at line 17 of file test_connect_resolve.cpp.
void test_hostname_ipv4 | ( | ) |
Definition at line 24 of file test_connect_resolve.cpp.
void test_hostname_with_spaces_fails | ( | ) |
Definition at line 40 of file test_connect_resolve.cpp.
void test_invalid_proto_fails | ( | ) |
Definition at line 58 of file test_connect_resolve.cpp.
void test_invalid_service_fails | ( | ) |
Definition at line 34 of file test_connect_resolve.cpp.
void test_loopback_ipv6 | ( | ) |
Definition at line 29 of file test_connect_resolve.cpp.
void test_no_hostname_fails | ( | ) |
Definition at line 46 of file test_connect_resolve.cpp.
void test_x | ( | ) |
Definition at line 52 of file test_connect_resolve.cpp.
void* sock |
Definition at line 9 of file test_connect_resolve.cpp.