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

/freebsd-9.3-release/sbin/hastd/
H A Dproto_impl.h60 prt_connect_wait_t *prt_connect_wait; member in struct:proto
H A Dproto.c200 PJDLOG_ASSERT(conn->pc_proto->prt_connect_wait != NULL);
203 ret = conn->pc_proto->prt_connect_wait(conn->pc_ctx, timeout);
H A Dproto_uds.c345 .prt_connect_wait = uds_connect_wait,
H A Dproto_tcp.c619 .prt_connect_wait = tcp_connect_wait,
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h61 prt_connect_wait_t *prt_connect_wait; member in struct:proto
H A Dproto.c185 PJDLOG_ASSERT(conn->pc_proto->prt_connect_wait != NULL);
188 error = conn->pc_proto->prt_connect_wait(conn->pc_ctx, timeout);
H A Dproto_uds.c346 .prt_connect_wait = uds_connect_wait,
H A Dproto_tcp.c705 .prt_connect_wait = tcp_connect_wait,
H A Dproto_tls.c1057 .prt_connect_wait = tls_connect_wait,

Completed in 183 milliseconds