Home
last modified time | relevance | path

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

/freebsd/sbin/routed/
H A Dparms.c68 memcpy(&ifp->int_auth[num_passwds++], in get_parms()
70 sizeof(ifp->int_auth[0])); in get_parms()
117 && ifp->int_auth[0].type != RIP_AUTH_NONE in get_parms()
126 && ifp->int_auth[0].type != RIP_AUTH_NONE in get_parms()
H A Dinput.c595 if (aifp->int_auth[0].type != RIP_AUTH_NONE in input()
955 for (ap = aifp->int_auth, i = 0; i < MAX_AUTH_KEYS; i++, ap++) { in ck_passwd()
H A Ddefs.h277 } int_auth[MAX_AUTH_KEYS]; member
H A Doutput.c211 ap = ifp->int_auth; in find_auth()