Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dtcpudp_perhost.c24 unsigned conn = 1; in ipsvd_perhost_add() local
33 conn++; in ipsvd_perhost_add()
38 if (conn <= maxconn) { in ipsvd_perhost_add()
42 return conn; in ipsvd_perhost_add()
Dtcpudp.c273 int conn; in tcpudpsvd_main() local
419 conn = accept(sock, &remote.u.sa, &remote.len); in tcpudpsvd_main()
424 conn = recv_from_to(sock, NULL, 0, MSG_PEEK, in tcpudpsvd_main()
428 if (conn < 0) { in tcpudpsvd_main()
433 xmove_fd(tcp ? conn : sock, 0); in tcpudpsvd_main()