Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtcpudp.c126 unsigned max_per_host; member
136 #define max_per_host (G.max_per_host) macro
240 if (max_per_host) in sig_child_handler()
302 max_per_host = bb_strtou(str_C, &str_C, 10); in tcpudpsvd_main()
310 if (max_per_host > cmax) in tcpudpsvd_main()
311 max_per_host = cmax; in tcpudpsvd_main()
327 max_per_host = 0; in tcpudpsvd_main()
363 if (max_per_host) in tcpudpsvd_main()
435 if (max_per_host) { in tcpudpsvd_main()
439 cur_per_host = ipsvd_perhost_add(G.cc, remote_addr, max_per_host, &hccp); in tcpudpsvd_main()
[all …]