Home
last modified time | relevance | path

Searched refs:int_auth (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sbin/routed/
H A Dparms.c82 memcpy(&ifp->int_auth[num_passwds++], in get_parms()
84 sizeof(ifp->int_auth[0])); in get_parms()
131 && ifp->int_auth[0].type != RIP_AUTH_NONE in get_parms()
140 && ifp->int_auth[0].type != RIP_AUTH_NONE in get_parms()
H A Dinput.c598 if (aifp->int_auth[0].type != RIP_AUTH_NONE in input()
959 for (ap = aifp->int_auth, i = 0; i < MAX_AUTH_KEYS; i++, ap++) { in ck_passwd()
H A Ddefs.h309 } int_auth[MAX_AUTH_KEYS]; member
H A Doutput.c239 ap = ifp->int_auth; in find_auth()