Searched refs:cmax (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/networking/ |
D | tcpudp.c | 129 unsigned cmax; member 139 #define cmax (G.cmax ) macro 144 cmax = 30; \ 223 if (cmax > 1) in if_verbose_print_connection_status() 224 bb_error_msg("status %u/%u", cnum, cmax); in if_verbose_print_connection_status() 288 &cmax, &str_C, &instructs, &instructs, &user, &preset_local_hostname, in tcpudpsvd_main() 297 &cmax, &str_C, &instructs, &instructs, &user, &preset_local_hostname, in tcpudpsvd_main() 310 if (max_per_host > cmax) in tcpudpsvd_main() 311 max_per_host = cmax; in tcpudpsvd_main() 364 G.cc = ipsvd_perhost_init(cmax); in tcpudpsvd_main() [all …]
|