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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_uds.c61 #define UDS_SIDE_SERVER_LISTEN 1 macro
176 error = uds_common_setup(addr, UDS_SIDE_SERVER_LISTEN, &uctx);
209 PJDLOG_ASSERT(uctx->uc_side == UDS_SIDE_SERVER_LISTEN);
329 if (uctx->uc_side == UDS_SIDE_SERVER_LISTEN &&
/freebsd-9.3-release/sbin/hastd/
H A Dproto_uds.c56 #define UDS_SIDE_SERVER_LISTEN 1 macro
174 ret = uds_common_setup(addr, ctxp, UDS_SIDE_SERVER_LISTEN);
207 PJDLOG_ASSERT(uctx->uc_side == UDS_SIDE_SERVER_LISTEN);
327 if (uctx->uc_side == UDS_SIDE_SERVER_LISTEN &&

Completed in 167 milliseconds