Home
last modified time | relevance | path

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

/src/sbin/hastd/
H A Dproto.c253 PJDLOG_ASSERT(conn->pc_proto->prt_send != NULL); in proto_send()
255 ret = conn->pc_proto->prt_send(conn->pc_ctx, data, size, -1); in proto_send()
290 PJDLOG_ASSERT(conn->pc_proto->prt_send != NULL); in proto_connection_send()
299 ret = conn->pc_proto->prt_send(conn->pc_ctx, in proto_connection_send()
H A Dproto_impl.h63 prt_send_t *prt_send; member
H A Dproto_socketpair.c224 .prt_send = sp_send,
H A Dproto_uds.c347 .prt_send = uds_send,
H A Dproto_tcp.c622 .prt_send = tcp_send,
/src/contrib/openbsm/bin/auditdistd/
H A Dproto.c241 PJDLOG_ASSERT(conn->pc_proto->prt_send != NULL); in proto_send()
243 error = conn->pc_proto->prt_send(conn->pc_ctx, data, size, -1); in proto_send()
278 PJDLOG_ASSERT(conn->pc_proto->prt_send != NULL); in proto_connection_send()
287 error = conn->pc_proto->prt_send(conn->pc_ctx, in proto_connection_send()
H A Dproto_impl.h63 prt_send_t *prt_send; member
H A Dproto_socketpair.c253 .prt_send = sp_send,
H A Dproto_uds.c347 .prt_send = uds_send,
H A Dproto_tcp.c707 .prt_send = tcp_send,
H A Dproto_tls.c1063 .prt_send = tls_send,