Searched refs:tc_side (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c66 int tc_side; member in struct:tcp_ctx
239 tctx->tc_side = side;
351 PJDLOG_ASSERT(tctx->tc_side == TCP_SIDE_CLIENT);
451 PJDLOG_ASSERT(tctx->tc_side == TCP_SIDE_SERVER_LISTEN);
469 newtctx->tc_side = TCP_SIDE_SERVER_WORK;
491 tctx->tc_side = (client ? TCP_SIDE_CLIENT : TCP_SIDE_SERVER_WORK);
505 PJDLOG_ASSERT(tctx->tc_side == TCP_SIDE_CLIENT ||
506 tctx->tc_side == TCP_SIDE_SERVER_WORK);
521 PJDLOG_ASSERT(tctx->tc_side == TCP_SIDE_CLIENT ||
522 tctx->tc_side
[all...]
/freebsd-9.3-release/sbin/hastd/
H A Dproto_tcp.c60 int tc_side; member in struct:tcp_ctx
230 tctx->tc_side = side;
253 tctx->tc_side = side;
294 PJDLOG_ASSERT(tctx->tc_side == TCP_SIDE_CLIENT);
352 PJDLOG_ASSERT(tctx->tc_side == TCP_SIDE_CLIENT);
450 PJDLOG_ASSERT(tctx->tc_side == TCP_SIDE_SERVER_LISTEN);
467 newtctx->tc_side = TCP_SIDE_SERVER_WORK;

Completed in 77 milliseconds