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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c44 static unsigned max_per_host; variable
112 if (max_per_host)
168 max_per_host = bb_strtou(str_C, &str_C, 10);
176 if (max_per_host > cmax)
177 max_per_host = cmax;
196 max_per_host = 0;
203 need_remote_ip = max_per_host || need_hostnames;
237 if (max_per_host)
302 if (max_per_host) {
303 /* Drop connection immediately if cur_per_host > max_per_host
[all...]

Completed in 102 milliseconds