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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c69 #define TCP_SIDE_SERVER_WORK 2 macro
469 newtctx->tc_side = TCP_SIDE_SERVER_WORK;
491 tctx->tc_side = (client ? TCP_SIDE_CLIENT : TCP_SIDE_SERVER_WORK);
506 tctx->tc_side == TCP_SIDE_SERVER_WORK);
522 tctx->tc_side == TCP_SIDE_SERVER_WORK);
/freebsd-9.3-release/sbin/hastd/
H A Dproto_tcp.c63 #define TCP_SIDE_SERVER_WORK 2 macro
244 side == TCP_SIDE_SERVER_WORK);
467 newtctx->tc_side = TCP_SIDE_SERVER_WORK;
479 client ? TCP_SIDE_CLIENT : TCP_SIDE_SERVER_WORK, ctxp));

Completed in 283 milliseconds