Go to the source code of this file.
Functions | |
int | main (void) |
void | str_recv_from (void *s_, char **ptr_content_, char **ptr_address_) |
SETUP_TEARDOWN_TESTCONTEXT void | str_send_to (void *s_, const char *content_, const char *address_) |
void | test_connect_fails () |
void | test_roundtrip () |
Variables | |
static const char | test_answer [] = "Yes, there is !" |
static const char | test_question [] = "Is someone there ?" |
int main | ( | void | ) |
Definition at line 72 of file test_dgram.cpp.
Definition at line 17 of file test_dgram.cpp.
SETUP_TEARDOWN_TESTCONTEXT void str_send_to | ( | void * | s_, |
const char * | content_, | ||
const char * | address_ | ||
) |
Definition at line 11 of file test_dgram.cpp.
void test_connect_fails | ( | ) |
Definition at line 29 of file test_dgram.cpp.
void test_roundtrip | ( | ) |
Definition at line 40 of file test_dgram.cpp.
|
static |
Definition at line 27 of file test_dgram.cpp.
|
static |
Definition at line 26 of file test_dgram.cpp.