Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c82 ifp->int_auth[num_passwds++] = in get_parms()
131 ifp->int_auth[0].type != RIP_AUTH_NONE && in get_parms()
139 ifp->int_auth[0].type != RIP_AUTH_NONE && in get_parms()
H A Dinput.c556 if (ifp->int_auth[0].type != RIP_AUTH_NONE) { in input()
715 if (ifp->int_auth[0].type != RIP_AUTH_NONE && in input()
1441 for (ap = aifp->int_auth, i = 0; i < MAX_AUTH_KEYS; i++, ap++) { in ck_passwd()
H A Ddefs.h359 } int_auth[MAX_AUTH_KEYS]; member
H A Doutput.c256 if ((ap = ifp->int_auth) == NULL) in find_auth()