Searched refs:cur_per_host (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dtcpudp.c48 unsigned cur_per_host; member in struct:globals
57 #define cur_per_host (G.cur_per_host) macro
337 /* Drop connection immediately if cur_per_host > max_per_host
340 cur_per_host = ipsvd_perhost_add(remote_addr, max_per_host, &hccp);
341 if (cur_per_host > max_per_host) {
453 cur_per_host, max_per_host);
485 if (cur_per_host > 0) /* can not be true for udp */
486 xsetenv_plain("TCPCONCURRENCY", utoa(cur_per_host));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dtcpudp.c48 unsigned cur_per_host; member in struct:globals
57 #define cur_per_host (G.cur_per_host) macro
337 /* Drop connection immediately if cur_per_host > max_per_host
340 cur_per_host = ipsvd_perhost_add(remote_addr, max_per_host, &hccp);
341 if (cur_per_host > max_per_host) {
453 cur_per_host, max_per_host);
485 if (cur_per_host > 0) /* can not be true for udp */
486 xsetenv_plain("TCPCONCURRENCY", utoa(cur_per_host));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dtcpudp.c48 unsigned cur_per_host; member in struct:globals
57 #define cur_per_host (G.cur_per_host) macro
337 /* Drop connection immediately if cur_per_host > max_per_host
340 cur_per_host = ipsvd_perhost_add(remote_addr, max_per_host, &hccp);
341 if (cur_per_host > max_per_host) {
453 cur_per_host, max_per_host);
485 if (cur_per_host > 0) /* can not be true for udp */
486 xsetenv_plain("TCPCONCURRENCY", utoa(cur_per_host));

Completed in 196 milliseconds