Home
last modified time | relevance | path

Searched refs:check_keepalive (Results 1 – 11 of 11) sorted by relevance

/dports/net-im/jabberd/jabberd-2.7.0/router/
H A Dmain.c210 r->check_keepalive = j_atoi(config_get_one(r->config, "check.keepalive", 0), 0); in _router_config_expand()
288 …if(r->check_keepalive > 0 && target->last_activity > 0 && now > target->last_activity + r->check_k… in _router_time_checks()
H A Drouter.h131 int check_keepalive; member
/dports/security/softether/v4.38-9760/src/Cedar/
H A DUdpAccel.h215 bool UdpAccelIsSendReady(UDP_ACCEL *a, bool check_keepalive);
H A DUdpAccel.c663 bool UdpAccelIsSendReady(UDP_ACCEL *a, bool check_keepalive) in UdpAccelIsSendReady() argument
694 if (check_keepalive) in UdpAccelIsSendReady()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DUdpAccel.h215 bool UdpAccelIsSendReady(UDP_ACCEL *a, bool check_keepalive);
H A DUdpAccel.c663 bool UdpAccelIsSendReady(UDP_ACCEL *a, bool check_keepalive) in UdpAccelIsSendReady() argument
694 if (check_keepalive) in UdpAccelIsSendReady()
/dports/net-im/jabberd/jabberd-2.7.0/s2s/
H A Dmain.c198 s2s->check_keepalive = j_atoi(config_get_one(s2s->config, "check.keepalive", 0), 0); in _s2s_config_expand()
507 …if(s2s->check_keepalive > 0 && conn->last_activity > 0 && now > conn->last_activity + s2s->check_k… in _s2s_time_checks()
519 …if(s2s->check_keepalive > 0 && conn->last_activity > 0 && now > conn->last_activity + s2s->check_k… in _s2s_time_checks()
923 …keepalive=%i, idle=%i)", s2s->check_interval, s2s->check_queue, s2s->check_keepalive, s2s->check_i…
H A Ds2s.h174 int check_keepalive; member
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DUdpAccel.h127 bool UdpAccelIsSendReady(UDP_ACCEL *a, bool check_keepalive);
H A DUdpAccel.c525 bool UdpAccelIsSendReady(UDP_ACCEL *a, bool check_keepalive) in UdpAccelIsSendReady() argument
556 if (check_keepalive) in UdpAccelIsSendReady()
/dports/www/trafficserver/trafficserver-9.1.1/tools/jtest/
H A Djtest.cc910 check_keepalive(char *r, int length) in check_keepalive() function
1144 if (!check_keepalive(fd[sock].req_header, strlen(fd[sock].req_header))) { in parse_header()
1164 if (!check_keepalive(fd[sock].req_header, strlen(fd[sock].req_header))) { in parse_header()
2517 char *ka = check_keepalive(r, length); in read_response()