OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcp_keepalive
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h
11
struct
tcp_keepalive
{
struct
/external/curl/lib/
connect.c
98
struct
tcp_keepalive
{
struct
109
int optval = data->set.
tcp_keepalive
?1:0;
118
struct
tcp_keepalive
vals;
149
#ifdef
TCP_KEEPALIVE
153
if(setsockopt(sockfd, IPPROTO_TCP,
TCP_KEEPALIVE
,
155
infof(data, "Failed to set
TCP_KEEPALIVE
on fd %d\n", sockfd);
1037
if(is_tcp && data->set.
tcp_keepalive
)
[
all
...]
urldata.h
1616
bool
tcp_keepalive
; \/* use TCP keepalives *\/
member in struct:UserDefined
[
all
...]
Completed in 1336 milliseconds