Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_socketpair.c43 #define SP_CTX_MAGIC 0x50c3741 macro
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()