libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
test_filter_ipc.cpp File Reference
#include "testutil.hpp"
Include dependency graph for test_filter_ipc.cpp:

Go to the source code of this file.

Functions

static void bounce_fail (void *server, void *client)
 
int main (void)
 
template<class T >
static void run_test (int opt, T optval, int expected_error, int bounce_test)
 

Function Documentation

static void bounce_fail ( void *  server,
void *  client 
)
static

Definition at line 32 of file test_filter_ipc.cpp.

References zmq_errno(), ZMQ_RCVTIMEO, zmq_recv(), zmq_send(), zmq_setsockopt(), ZMQ_SNDMORE, and ZMQ_SNDTIMEO.

Referenced by run_test().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( void  )

Definition at line 117 of file test_filter_ipc.cpp.

References setup_test_environment(), ZMQ_IPC_FILTER_GID, ZMQ_IPC_FILTER_PID, and ZMQ_IPC_FILTER_UID.

Here is the call graph for this function:

template<class T >
static void run_test ( int  opt,
optval,
int  expected_error,
int  bounce_test 
)
static