Searched refs:tcp_connect_wait (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c71 static int tcp_connect_wait(void *ctx, int timeout);
316 error = tcp_connect_wait(tctx, timeout);
339 tcp_connect_wait(void *ctx, int timeout) function
703 .prt_connect_wait = tcp_connect_wait,
/freebsd-11-stable/sbin/hastd/
H A Dproto_tcp.c68 static int tcp_connect_wait(void *ctx, int timeout);
331 return (tcp_connect_wait(ctx, timeout));
344 tcp_connect_wait(void *ctx, int timeout) function
621 .prt_connect_wait = tcp_connect_wait,

Completed in 191 milliseconds