Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c45 int sp_magic; member
80 spctx->sp_magic = SP_CTX_MAGIC; in sp_connect()
106 spctx->sp_magic = SP_CTX_MAGIC; in sp_wrap()
119 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC); in sp_send()
158 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC); in sp_recv()
196 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC); in sp_descriptor()
218 PJDLOG_ASSERT(spctx->sp_magic == SP_CTX_MAGIC); in sp_close()
245 spctx->sp_magic = 0; in sp_close()