Home
last modified time | relevance | path

Searched refs:LastCommTime (Results 1 – 25 of 57) sorted by relevance

123

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.c891 c->Session->LastCommTime = Tick64(); in PutUDPPacketData()
1441 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionSend()
1943 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2009 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2039 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2040 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2080 if ((now > ts->LastCommTime) && ((now - ts->LastCommTime) >= ((UINT64)s->Timeout))) in ConnectionReceive()
2099 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2203 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2264 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
[all …]
H A DVirtual.c1380 e->LastCommTime = v->Now; in NnIcmpEchoRecvForInternet()
1415 e->LastCommTime = v->Now; in NnIcmpEchoRecvForInternet()
1480 e->LastCommTime = v->Now; in NnUdpRecvForInternet()
1512 e->LastCommTime = v->Now; in NnUdpRecvForInternet()
1583 e->LastCommTime = v->Now; in NnTcpRecvForInternet()
1604 e->LastCommTime = v->Now; in NnTcpRecvForInternet()
4156 n->LastCommTime = v->Now; in NatTransactIcmp()
4161 if ((n->LastCommTime + (UINT64)NAT_ICMP_TIMEOUT) < v->Now || n->LastCommTime > v->Now) in NatTransactIcmp()
4370 n->LastCommTime = v->Now; in NatTransactUdp()
4375 if ((n->LastCommTime + (UINT64)v->NatUdpTimeout) < v->Now || n->LastCommTime > v->Now) in NatTransactUdp()
[all …]
H A DSession.c200 s->LastCommTime = Tick64(); in SessionMain()
303 s->Hub->LastCommTime = SystemTime64(); in SessionMain()
637 if ((now > s->LastCommTime) && ((now - s->LastCommTime) >= ((UINT64)s->Timeout))) in SessionMain()
1897 s->CreatedTime = s->LastCommTime = Tick64(); in NewRpcSessionEx2()
1977 s->CreatedTime = s->LastCommTime = Tick64(); in NewClientSessionEx()
2233 s->CreatedTime = s->LastCommTime = Tick64(); in NewServerSessionEx()
H A DNat.c683 e->LastCommTime = TickToTime(nat->LastCommTime); in NtEnumNatList()
717 e->LastCommTime = TickToTime(nat->LastCommTime); in NtEnumNatList()
952 e->LastCommTime = PackGetInt64Ex(p, "LastCommTime", i); in InRpcEnumNat()
984 PackAddTime64Ex(p, "LastCommTime", e->LastCommTime, i, t->NumItem); in OutRpcEnumNat()
H A DNat.h190 UINT64 LastCommTime; // Last communication time member
H A DConnection.h214 UINT64 LastCommTime; // Last communicated time member
H A DSession.h231 UINT64 LastCommTime; // Last communication date and time member
H A DVirtual.h149 UINT64 LastCommTime; // Last communication time member
264 UINT64 LastCommTime; // Last communication time member
H A DHub.h480 UINT64 LastCommTime; // Last communication date and time member
/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.c891 c->Session->LastCommTime = Tick64(); in PutUDPPacketData()
1441 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionSend()
1943 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2009 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2039 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2040 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2080 if ((now > ts->LastCommTime) && ((now - ts->LastCommTime) >= ((UINT64)s->Timeout))) in ConnectionReceive()
2099 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2203 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2264 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
[all …]
H A DVirtual.c1380 e->LastCommTime = v->Now; in NnIcmpEchoRecvForInternet()
1415 e->LastCommTime = v->Now; in NnIcmpEchoRecvForInternet()
1480 e->LastCommTime = v->Now; in NnUdpRecvForInternet()
1512 e->LastCommTime = v->Now; in NnUdpRecvForInternet()
1583 e->LastCommTime = v->Now; in NnTcpRecvForInternet()
1604 e->LastCommTime = v->Now; in NnTcpRecvForInternet()
4156 n->LastCommTime = v->Now; in NatTransactIcmp()
4161 if ((n->LastCommTime + (UINT64)NAT_ICMP_TIMEOUT) < v->Now || n->LastCommTime > v->Now) in NatTransactIcmp()
4370 n->LastCommTime = v->Now; in NatTransactUdp()
4375 if ((n->LastCommTime + (UINT64)v->NatUdpTimeout) < v->Now || n->LastCommTime > v->Now) in NatTransactUdp()
[all …]
H A DSession.c200 s->LastCommTime = Tick64(); in SessionMain()
303 s->Hub->LastCommTime = SystemTime64(); in SessionMain()
637 if ((now > s->LastCommTime) && ((now - s->LastCommTime) >= ((UINT64)s->Timeout))) in SessionMain()
1897 s->CreatedTime = s->LastCommTime = Tick64(); in NewRpcSessionEx2()
1977 s->CreatedTime = s->LastCommTime = Tick64(); in NewClientSessionEx()
2233 s->CreatedTime = s->LastCommTime = Tick64(); in NewServerSessionEx()
H A DNat.c683 e->LastCommTime = TickToTime(nat->LastCommTime); in NtEnumNatList()
717 e->LastCommTime = TickToTime(nat->LastCommTime); in NtEnumNatList()
952 e->LastCommTime = PackGetInt64Ex(p, "LastCommTime", i); in InRpcEnumNat()
984 PackAddTime64Ex(p, "LastCommTime", e->LastCommTime, i, t->NumItem); in OutRpcEnumNat()
H A DNat.h190 UINT64 LastCommTime; // Last communication time member
H A DConnection.h214 UINT64 LastCommTime; // Last communicated time member
H A DSession.h232 UINT64 LastCommTime; // Last communication date and time member
H A DVirtual.h149 UINT64 LastCommTime; // Last communication time member
264 UINT64 LastCommTime; // Last communication time member
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.c817 c->Session->LastCommTime = Tick64(); in PutUDPPacketData()
1396 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionSend()
1883 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
1949 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
1979 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
1980 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2020 if ((now > ts->LastCommTime) && ((now - ts->LastCommTime) >= ((UINT64)s->Timeout))) in ConnectionReceive()
2039 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2143 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
2204 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
[all …]
H A DVirtual.c1298 e->LastCommTime = v->Now; in NnIcmpEchoRecvForInternet()
1333 e->LastCommTime = v->Now; in NnIcmpEchoRecvForInternet()
1398 e->LastCommTime = v->Now; in NnUdpRecvForInternet()
1430 e->LastCommTime = v->Now; in NnUdpRecvForInternet()
1501 e->LastCommTime = v->Now; in NnTcpRecvForInternet()
1522 e->LastCommTime = v->Now; in NnTcpRecvForInternet()
4070 n->LastCommTime = v->Now; in NatTransactIcmp()
4075 if ((n->LastCommTime + (UINT64)NAT_ICMP_TIMEOUT) < v->Now || n->LastCommTime > v->Now) in NatTransactIcmp()
4284 n->LastCommTime = v->Now; in NatTransactUdp()
4289 if ((n->LastCommTime + (UINT64)v->NatUdpTimeout) < v->Now || n->LastCommTime > v->Now) in NatTransactUdp()
[all …]
H A DSession.c132 s->LastCommTime = Tick64(); in SessionMain()
235 s->Hub->LastCommTime = SystemTime64(); in SessionMain()
576 if ((now > s->LastCommTime) && ((now - s->LastCommTime) >= ((UINT64)s->Timeout))) in SessionMain()
1812 s->CreatedTime = s->LastCommTime = Tick64(); in NewRpcSessionEx2()
1892 s->CreatedTime = s->LastCommTime = Tick64(); in NewClientSessionEx()
2103 s->CreatedTime = s->LastCommTime = Tick64(); in NewServerSessionEx()
H A DNat.c596 e->LastCommTime = TickToTime(nat->LastCommTime); in NtEnumNatList()
630 e->LastCommTime = TickToTime(nat->LastCommTime); in NtEnumNatList()
864 e->LastCommTime = PackGetInt64Ex(p, "LastCommTime", i); in InRpcEnumNat()
896 PackAddTime64Ex(p, "LastCommTime", e->LastCommTime, i, t->NumItem); in OutRpcEnumNat()
H A DNat.h98 UINT64 LastCommTime; // Last communication time member
H A DConnection.h124 UINT64 LastCommTime; // Last communicated time member
H A DSession.h134 UINT64 LastCommTime; // Last communication date and time member
H A DVirtual.h55 UINT64 LastCommTime; // Last communication time member
170 UINT64 LastCommTime; // Last communication time member

123