Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c67 #define TCP_SIDE_SERVER_WORK 2 macro
467 newtctx->tc_side = TCP_SIDE_SERVER_WORK; in tcp_accept()
489 tctx->tc_side = (client ? TCP_SIDE_CLIENT : TCP_SIDE_SERVER_WORK); in tcp_wrap()
504 tctx->tc_side == TCP_SIDE_SERVER_WORK); in tcp_send()
520 tctx->tc_side == TCP_SIDE_SERVER_WORK); in tcp_recv()
/freebsd/sbin/hastd/
H A Dproto_tcp.c62 #define TCP_SIDE_SERVER_WORK 2 macro
243 side == TCP_SIDE_SERVER_WORK); in tcp_setup_wrap()
466 newtctx->tc_side = TCP_SIDE_SERVER_WORK; in tcp_accept()
478 client ? TCP_SIDE_CLIENT : TCP_SIDE_SERVER_WORK, ctxp)); in tcp_wrap()