Searched refs:SOAP_SOCKET (Results 1 – 2 of 2) sorted by relevance
| /onnv-gate/usr/src/lib/libkmsagent/common/SOAP/ |
| H A D | stdsoap2.h | 750 #ifndef SOAP_SOCKET 752 # define SOAP_SOCKET SOCKET macro 755 # define SOAP_SOCKET int 760 #define SOAP_INVALID_SOCKET ((SOAP_SOCKET)-1) 1737 int (*fclosesocket)(struct soap*, SOAP_SOCKET); 1738 int (*fshutdownsocket)(struct soap*, SOAP_SOCKET, int); 1739 SOAP_SOCKET (*fopen)(struct soap*, const char*, const char*, int); 1740 SOAP_SOCKET (*faccept)(struct soap*, SOAP_SOCKET, struct sockaddr*, int *n); 1770 SOAP_SOCKET master; 1771 SOAP_SOCKET socket; [all …]
|
| H A D | stdsoap2.cpp | 277 static SOAP_SOCKET tcp_connect(struct soap*, const char *endpoint, const char *host, int port); 278 static SOAP_SOCKET tcp_accept(struct soap*, SOAP_SOCKET, struct sockaddr*, int*); 279 static int tcp_select(struct soap*, SOAP_SOCKET, int, int); 281 static int tcp_closesocket(struct soap*, SOAP_SOCKET); 282 static int tcp_shutdownsocket(struct soap*, SOAP_SOCKET, int); 3564 static SOAP_SOCKET 3570 SOAP_SOCKET fd; in tcp_connect() 3704 …if (soap->tcp_keep_idle && setsockopt((SOAP_SOCKET)fd, IPPROTO_TCP, TCP_KEEPIDLE, (char*)&(soap->t… in tcp_connect() 3707 soap->fclosesocket(soap, (SOAP_SOCKET)fd); in tcp_connect() 3715 …if (soap->tcp_keep_intvl && setsockopt((SOAP_SOCKET)fd, IPPROTO_TCP, TCP_KEEPINTVL, (char*)&(soap-… in tcp_connect() [all …]
|