Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dproto_tcp.c65 static int tcp_connect_wait(void *ctx, int timeout);
328 return (tcp_connect_wait(ctx, timeout)); in tcp_connect()
341 tcp_connect_wait(void *ctx, int timeout) in tcp_connect_wait() function
618 .prt_connect_wait = tcp_connect_wait,
/freebsd/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); in tcp_connect()
339 tcp_connect_wait(void *ctx, int timeout) in tcp_connect_wait() function
703 .prt_connect_wait = tcp_connect_wait,