Searched refs:TCP_KEEPALIVE (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dws2ipdef.h234 #define TCP_KEEPALIVE 3 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dws2ipdef.h229 #define TCP_KEEPALIVE 3 macro
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacsocket.h220 #define SO_KEEPALIVE TCP_KEEPALIVE
/vbox/src/VBox/Devices/Network/lwip/src/api/
H A Dsockets.c1055 case TCP_KEEPALIVE:
1151 case TCP_KEEPALIVE:
1153 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_IP, TCP_KEEPALIVE) = %d\n", s, *(int *)optval));
1241 case TCP_KEEPALIVE:
1318 case TCP_KEEPALIVE:
1320 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPALIVE) -> %lu\n", s, sock->conn->pcb.tcp->keepalive));
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h198 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keep_idle milliseconds */ macro
199 #define TCP_KEEPIDLE 0x03 /* set pcb->keep_idle - Same as TCP_KEEPALIVE, but use seconds for get/setsockopt */
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dsockets.c1652 case TCP_KEEPALIVE:
1897 case TCP_KEEPALIVE:
1899 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_IP, TCP_KEEPALIVE) = %d\n",
2107 case TCP_KEEPALIVE:
2345 case TCP_KEEPALIVE:
2347 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_TCP, TCP_KEEPALIVE) -> %"U32_F"\n",
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dtcp.h161 #define TCP_KEEPALIVE 0x02 /* send KEEPALIVE probes when idle for pcb->keepalive miliseconds */ macro

Completed in 60 milliseconds