Go to the source code of this file.
Macros | |
#define | BUF_SIZE (FILENAME_MAX + 1) |
Functions | |
int | main () |
void | test_send_after_disconnect_fails () |
void | test_send_after_unbind_fails () |
void | test_unbind_via_last_endpoint () |
void | test_wildcard_unbind_fails () |
Variables | |
const char * | ep_wc_ipc = "ipc://*" |
const char * | ep_wc_tcp = "tcp://127.0.0.1:*" |
#define BUF_SIZE (FILENAME_MAX + 1) |
Definition at line 10 of file test_term_endpoint.cpp.
int main | ( | ) |
Definition at line 152 of file test_term_endpoint.cpp.
void test_send_after_disconnect_fails | ( | ) |
Definition at line 49 of file test_term_endpoint.cpp.
void test_send_after_unbind_fails | ( | ) |
Definition at line 20 of file test_term_endpoint.cpp.
void test_unbind_via_last_endpoint | ( | ) |
Definition at line 77 of file test_term_endpoint.cpp.
void test_wildcard_unbind_fails | ( | ) |
Definition at line 121 of file test_term_endpoint.cpp.
const char* ep_wc_ipc = "ipc://*" |
Definition at line 14 of file test_term_endpoint.cpp.
const char* ep_wc_tcp = "tcp://127.0.0.1:*" |
Definition at line 12 of file test_term_endpoint.cpp.