Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto.c49 #define PROTO_SIDE_CLIENT 0 macro
76 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_alloc()
95 PJDLOG_ASSERT(conn->pc_side == PROTO_SIDE_CLIENT || in proto_free()
113 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT || in proto_common_setup()
117 if (side == PROTO_SIDE_CLIENT) { in proto_common_setup()
171 PROTO_SIDE_CLIENT, connp)); in proto_connect()
181 PJDLOG_ASSERT(conn->pc_side == PROTO_SIDE_CLIENT); in proto_connect_wait()
315 client ? PROTO_SIDE_CLIENT : PROTO_SIDE_SERVER_WORK); in proto_wrap()