GDB (xrefs)
|
Public Attributes | |
const char * | connspec |
parsed_connection_spec | expected_result |
bool | should_fail |
int | exp_ai_family |
int | exp_ai_socktype |
int | exp_ai_protocol |
Definition at line 40 of file parse-connection-spec-selftests.c.
const char* selftests::parse_connection_spec_tests::parse_conn_test::connspec |
Definition at line 43 of file parse-connection-spec-selftests.c.
Referenced by selftests::parse_connection_spec_tests::test_conn().
int selftests::parse_connection_spec_tests::parse_conn_test::exp_ai_family |
Definition at line 54 of file parse-connection-spec-selftests.c.
Referenced by selftests::parse_connection_spec_tests::test_conn().
int selftests::parse_connection_spec_tests::parse_conn_test::exp_ai_protocol |
Definition at line 62 of file parse-connection-spec-selftests.c.
Referenced by selftests::parse_connection_spec_tests::test_conn().
int selftests::parse_connection_spec_tests::parse_conn_test::exp_ai_socktype |
Definition at line 58 of file parse-connection-spec-selftests.c.
Referenced by selftests::parse_connection_spec_tests::test_conn().
parsed_connection_spec selftests::parse_connection_spec_tests::parse_conn_test::expected_result |
Definition at line 46 of file parse-connection-spec-selftests.c.
Referenced by selftests::parse_connection_spec_tests::test_conn().
bool selftests::parse_connection_spec_tests::parse_conn_test::should_fail |
Definition at line 50 of file parse-connection-spec-selftests.c.
Referenced by selftests::parse_connection_spec_tests::test_conn().