Home
last modified time | relevance | path

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

/netbsd-src/sbin/routed/
H A Dparms.c79 if (parmp->parm_auth[0].type == RIP_AUTH_NONE in get_parms()
83 &parmp->parm_auth[i], in get_parms()
506 for (ap = parmp->parm_auth, i = 0; in get_passwd()
534 for (ap2 = parmp->parm_auth; ap2 < ap; ap2++) { in get_passwd()
876 if (new->parm_auth[i].type != RIP_AUTH_NONE) in check_parms()
894 if (parmp->parm_auth[i].type != RIP_AUTH_NONE) in check_parms()
H A Ddefs.h407 struct auth parm_auth[MAX_AUTH_KEYS]; member