Searched refs:prt_connect_wait (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Dproto_impl.h62 prt_connect_wait_t *prt_connect_wait; member in struct:proto
H A Dproto.c202 PJDLOG_ASSERT(conn->pc_proto->prt_connect_wait != NULL);
205 ret = conn->pc_proto->prt_connect_wait(conn->pc_ctx, timeout);
H A Dproto_uds.c347 .prt_connect_wait = uds_connect_wait,
H A Dproto_tcp.c621 .prt_connect_wait = tcp_connect_wait,
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h59 prt_connect_wait_t *prt_connect_wait; member in struct:proto
H A Dproto.c183 PJDLOG_ASSERT(conn->pc_proto->prt_connect_wait != NULL);
186 error = conn->pc_proto->prt_connect_wait(conn->pc_ctx, timeout);
H A Dproto_uds.c344 .prt_connect_wait = uds_connect_wait,
H A Dproto_tcp.c703 .prt_connect_wait = tcp_connect_wait,
H A Dproto_tls.c1055 .prt_connect_wait = tls_connect_wait,

Completed in 170 milliseconds