Lines Matching refs:SOAP_SOCKET
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()
3718 soap->fclosesocket(soap, (SOAP_SOCKET)fd); in tcp_connect()
3726 …if (soap->tcp_keep_cnt && setsockopt((SOAP_SOCKET)fd, IPPROTO_TCP, TCP_KEEPCNT, (char*)&(soap->tcp… in tcp_connect()
3729 soap->fclosesocket(soap, (SOAP_SOCKET)fd); in tcp_connect()
4211 tcp_select(struct soap *soap, SOAP_SOCKET s, int flags, int timeout) in tcp_select()
4307 static SOAP_SOCKET
4308 tcp_accept(struct soap *soap, SOAP_SOCKET s, struct sockaddr *a, int *n) in tcp_accept()
4309 { SOAP_SOCKET fd; in tcp_accept()
4410 tcp_closesocket(struct soap *soap, SOAP_SOCKET fd) in tcp_closesocket()
4421 tcp_shutdownsocket(struct soap *soap, SOAP_SOCKET fd, int how) in tcp_shutdownsocket()
4432 SOAP_SOCKET
4656 SOAP_SOCKET