Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto.c150 if (proto->prt_close != NULL) in proto_common_setup()
151 proto->prt_close(ctx); in proto_common_setup()
437 PJDLOG_ASSERT(conn->pc_proto->prt_close != NULL); in proto_close()
439 conn->pc_proto->prt_close(conn->pc_ctx); in proto_close()
H A Dproto_impl.h69 prt_close_t *prt_close; member
H A Dproto_socketpair.c256 .prt_close = sp_close
H A Dproto_uds.c352 .prt_close = uds_close
H A Dproto_tcp.c713 .prt_close = tcp_close
H A Dproto_tls.c1069 .prt_close = tls_close,
/freebsd/sbin/hastd/
H A Dproto_tcp.c628 .prt_close = tcp_close