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

/freebsd-13-stable/tools/regression/sockets/listen_backlog/
H A Dlisten_backlog.c221 socket_listen_update(int domain __unused, int type __unused, function
231 warn("%s: %s: socket_listen_update: socket(%s, %s)",
237 warn("%s: %s: socket_listen_update: initial listen(, %d)",
244 "socket_listen_update") < 0) {
250 warnx("%s: %s: socket_listen_update: initial backlog is %d "
258 warn("%s: %s: socket_listen_update: update listen(, %d)",
265 "socket_listen_update") < 0) {
271 warnx("%s: %s: socket_listen_update: updated backlog is %d "
295 if (socket_listen_update(PF_INET, SOCK_STREAM, 0, 5, -1, 5, somaxconn,
304 if (socket_listen_update(PF_INE
[all...]

Completed in 40 milliseconds