Searched refs:nauth (Results 1 – 2 of 2) sorted by relevance
/openbsd/usr.sbin/npppd/npppd/ |
H A D | npppd_auth.c | 520 int i, nauth, nacct; in npppd_auth_radius_reload() local 568 nauth = i; in npppd_auth_radius_reload() 599 nauth, (nauth > 1)? "s" : "", nacct, (nacct > 1)? "s" : ""); in npppd_auth_radius_reload()
|
/openbsd/usr.sbin/ldpd/ |
H A D | ldpd.c | 1257 struct ldp_auth *auth, *nauth, *xauth; in merge_auths() local 1260 LIST_FOREACH_SAFE(auth, &conf->auth_list, entry, nauth) { in merge_auths() 1271 LIST_FOREACH_SAFE(xauth, &xconf->auth_list, entry, nauth) { in merge_auths()
|