Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.h1696 int accept_timeout; /* when > 0, gives socket accept() timeout in seconds, < 0 in usec */ member
H A Dstdsoap2.cpp4676 { if (soap->accept_timeout || soap->send_timeout || soap->recv_timeout) in soap_accept()
4679 …tcp_select(soap, soap->master, SOAP_TCP_SELECT_ALL, soap->accept_timeout ? soap->accept_timeout : … in soap_accept()
4682 if (!r && soap->accept_timeout) in soap_accept()
4696 if (soap->accept_timeout || soap->send_timeout || soap->recv_timeout) in soap_accept()
8334 soap->accept_timeout = 0; in soap_init()