Home
last modified time | relevance | path

Searched refs:UPDATE_LAST_COMM_TIME (Results 1 – 6 of 6) sorted by relevance

/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DConnection.c1441 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionSend()
1943 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
1944 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, 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()
2099 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2100 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, 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 DConnection.h113 #define UPDATE_LAST_COMM_TIME(v, n) {if ((v) <= (n)) { v = (n); } } macro
/dports/security/softether/v4.38-9760/src/Cedar/
H A DConnection.c1441 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionSend()
1943 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
1944 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, 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()
2099 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2100 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, 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 DConnection.h113 #define UPDATE_LAST_COMM_TIME(v, n) {if ((v) <= (n)) { v = (n); } } macro
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DConnection.c1396 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionSend()
1883 UPDATE_LAST_COMM_TIME(ts->LastCommTime, now); in ConnectionReceive()
1884 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, 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()
2039 UPDATE_LAST_COMM_TIME(c->Session->LastCommTime, now); in ConnectionReceive()
2040 UPDATE_LAST_COMM_TIME(ts->LastRecvTime, 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 DConnection.h21 #define UPDATE_LAST_COMM_TIME(v, n) {if ((v) <= (n)) { v = (n); } } macro