Searched refs:prt_close (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Dproto_impl.h72 prt_close_t *prt_close; member in struct:proto
H A Dproto.c153 if (proto->prt_close != NULL)
154 proto->prt_close(ctx);
444 PJDLOG_ASSERT(conn->pc_proto->prt_close != NULL);
446 conn->pc_proto->prt_close(conn->pc_ctx);
H A Dproto_socketpair.c231 .prt_close = sp_close
H A Dproto_uds.c355 .prt_close = uds_close
H A Dproto_tcp.c631 .prt_close = tcp_close
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h69 prt_close_t *prt_close; member in struct:proto
H A Dproto.c150 if (proto->prt_close != NULL)
151 proto->prt_close(ctx);
437 PJDLOG_ASSERT(conn->pc_proto->prt_close != NULL);
439 conn->pc_proto->prt_close(conn->pc_ctx);
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.c1065 .prt_close = tls_close,

Completed in 164 milliseconds