Home
last modified time | relevance | path

Searched refs:LastRecvTime (Results 1 – 20 of 20) sorted by relevance

/dports/irc/ircproxy/ircproxy-1.3.6/src/
H A Dclient_io.c98 Duration = (NOW - ClientS->LastRecvTime); in client_fds()
191 ClientS->LastRecvTime = NOW; in client_recv()
H A Dconn_io.c133 Duration = (NOW - ConnS->LastRecvTime); in conn_fds()
263 ConnS->LastRecvTime = NOW; in conn_recv()
H A Dclient.h116 time_t LastRecvTime; member
H A Dconn_io_ssl.c93 ConnS->LastRecvTime = NOW; in conn_recv_ssl()
H A Dclient_io_ssl.c83 ClientS->LastRecvTime = NOW; in client_recv_ssl()
H A Dconn.h361 time_t LastRecvTime; member
/dports/net-p2p/ctorrent/ctorrent-dnh3.3.2/
H A Dpeer.h92 double LastRecvTime() const { return rate_dl.LastRealtime(); } in LastRecvTime() function
H A Dpeerlist.cpp1471 nexttime = Self.LastRecvTime() + in BandWidthLimitDown()
1495 (dlate = (now > (time_t)(Self.LastRecvTime() + Self.LateDL() + in IsIdle()
1539 nextdn = Self.LastRecvTime() + in WaitBW()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DIPsec_PPP.h259 UINT64 LastRecvTime; // Time which the data has been received last member
H A DConnection.h215 UINT64 LastRecvTime; // Time the last data received member
H A DConnection.c1137 if (tcpsock->LastRecvTime >= max_recv_tick) in ConnectionSend()
1139 max_recv_tick = tcpsock->LastRecvTime; in ConnectionSend()
1944 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, now); in ConnectionReceive()
2100 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, now); in ConnectionReceive()
2872 ts->EstablishedTick = ts->LastRecvTime = ts->LastCommTime = Tick64(); in NewTcpSock()
H A DIPsec_PPP.c504 if ((p->LastRecvTime + (UINT64)PPP_DATA_TIMEOUT) <= now) in PPPThread()
2066 p->LastRecvTime = Tick64(); in PPPRecvPacket()
/dports/security/softether/v4.38-9760/src/Cedar/
H A DIPsec_PPP.h259 UINT64 LastRecvTime; // Time which the data has been received last member
H A DConnection.h215 UINT64 LastRecvTime; // Time the last data received member
H A DConnection.c1137 if (tcpsock->LastRecvTime >= max_recv_tick) in ConnectionSend()
1139 max_recv_tick = tcpsock->LastRecvTime; in ConnectionSend()
1944 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, now); in ConnectionReceive()
2100 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, now); in ConnectionReceive()
2872 ts->EstablishedTick = ts->LastRecvTime = ts->LastCommTime = Tick64(); in NewTcpSock()
H A DIPsec_PPP.c504 if ((p->LastRecvTime + (UINT64)PPP_DATA_TIMEOUT) <= now) in PPPThread()
2066 p->LastRecvTime = Tick64(); in PPPRecvPacket()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.h125 UINT64 LastRecvTime; // Time the last data received member
H A DConnection.c1092 if (tcpsock->LastRecvTime >= max_recv_tick) in ConnectionSend()
1094 max_recv_tick = tcpsock->LastRecvTime; in ConnectionSend()
1884 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, now); in ConnectionReceive()
2040 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, now); in ConnectionReceive()
2832 ts->EstablishedTick = ts->LastRecvTime = ts->LastCommTime = Tick64(); in NewTcpSock()
H A DProto_PPP.h272 UINT64 LastRecvTime; // Time which the data has been received last member
H A DProto_PPP.c69 p->LastRecvTime = Tick64(); in PPPThread()
488 if ((p->LastRecvTime + (UINT64)p->DataTimeout) <= now) in PPPThread()
2347 p->LastRecvTime = Tick64(); in PPPRecvPacket()