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

/freebsd-13-stable/crypto/openssh/
H A Dmonitor_wrap.c439 u_int maxtries = 0; local
457 if ((r = sshbuf_get_u32(m, &maxtries)) != 0)
459 if (maxtries > INT_MAX)
460 fatal("%s: bad maxtries %u", __func__, maxtries);
461 sshpam_set_maxtries_reached(maxtries);
/freebsd-13-stable/lib/libradius/
H A Dradlib.c529 unsigned long maxtries; local
622 maxtries = strtoul(maxtries_str, &end, 10);
624 generr(h, "%s:%d: invalid maxtries", path,
630 maxtries = MAXTRIES;
654 if (rad_add_server_ex(h, host, port, secret, timeout, maxtries,
/freebsd-13-stable/usr.sbin/ppp/
H A Diface.c93 int mib[6], maxtries, err; local
110 maxtries = 20;
113 if (maxtries-- == 0 || (err && err != ENOMEM)) {
/freebsd-13-stable/sys/netinet/
H A Dif_ether.c129 SYSCTL_INT(_net_link_ether_inet, OID_AUTO, maxtries, CTLFLAG_VNET | CTLFLAG_RW,

Completed in 79 milliseconds