Searched defs:tcp_timeout (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c52 * timeout_id_t tcp_timeout(connp, func, time)
56 * tcp_timeout() starts a timer for the 'tcp' instance arranging to call 'func'
61 * cancel the request. The call to tcp_timeout() may fail in which case it
73 * tcp_timeout_cancel() attempts to cancel a pending tcp_timeout()
80 * NOTE: both tcp_timeout() and tcp_timeout_cancel() should always be called
89 * and stores the return value of tcp_timeout() in the tcp->tcp_timer_tid
95 * tcp_timeout() uses timeout(9F) function to call tcp_timer_callback() function
105 * mblk points to the beginning of tcp_timer_t structure. The tcp_timeout()
119 * The tcp_timeout() places a refhold on the connp instance which guarantees
136 tcp_timeout(conn_ function
[all...]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfr.c158 struct timeval tcp_timeout = { 180, 0}; /* Timeout for map enumeration */ variable in typeref:struct:timeval
1449 &allreq, xdr_ypall, &cbinfo, tcp_timeout);
1561 tcp_timeout);
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1284 tcp_timeout : 1, /* qbufcall failed, qtimeout pending */ member in struct:nca_conn_s

Completed in 63 milliseconds