|
OpenVAS Scanner 23.40.3
|

Go to the source code of this file.
Functions | |
| Describe (ipc_openvas) | |
| BeforeEach (ipc_openvas) | |
| AfterEach (ipc_openvas) | |
| Ensure (ipc_openvas, ipc_data_from_json_ua_ok) | |
| Ensure (ipc_openvas, ipc_data_from_json_hostname_ok) | |
| Ensure (ipc_openvas, ipc_data_from_json_parse_error) | |
| Ensure (ipc_openvas, ipc_data_from_json_parse_many_objects) | |
| int | main (int argc, char **argv) |
| AfterEach | ( | ipc_openvas | ) |
Definition at line 15 of file ipc_openvas_tests.c.
| BeforeEach | ( | ipc_openvas | ) |
Definition at line 12 of file ipc_openvas_tests.c.
| Describe | ( | ipc_openvas | ) |
| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_hostname_ok | ) |
Definition at line 43 of file ipc_openvas_tests.c.
References ipc_data_destroy(), ipc_data_from_json(), ipc_data_to_json(), ipc_data_type_from_hostname(), ipc_get_hostname_from_data(), and ipc_get_hostname_source_from_data().

| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_parse_error | ) |
Definition at line 70 of file ipc_openvas_tests.c.
References ipc_data_from_json(), ipc_get_hostname_from_data(), and ipc_get_hostname_source_from_data().

| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_parse_many_objects | ) |
Definition at line 101 of file ipc_openvas_tests.c.
References ipc_data_destroy(), ipc_data_from_json(), IPC_DT_HOSTNAME, ipc_get_data_type_from_data(), ipc_get_hostname_from_data(), ipc_get_hostname_source_from_data(), ipc_get_user_agent_from_data(), and len.

| Ensure | ( | ipc_openvas | , |
| ipc_data_from_json_ua_ok | ) |
Definition at line 19 of file ipc_openvas_tests.c.
References ipc_data_destroy(), ipc_data_from_json(), ipc_data_to_json(), ipc_data_type_from_user_agent(), and ipc_get_user_agent_from_data().

| int main | ( | int | argc, |
| char ** | argv ) |
Definition at line 151 of file ipc_openvas_tests.c.