HomeSort by: relevance | last modified time | path
    Searched refs:int_auth (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/routed/
parms.c 82 memcpy(&ifp->int_auth[num_passwds++],
84 sizeof(ifp->int_auth[0]));
131 && ifp->int_auth[0].type != RIP_AUTH_NONE
140 && ifp->int_auth[0].type != RIP_AUTH_NONE
input.c 598 if (aifp->int_auth[0].type != RIP_AUTH_NONE
959 for (ap = aifp->int_auth, i = 0; i < MAX_AUTH_KEYS; i++, ap++) {
defs.h 309 } int_auth[MAX_AUTH_KEYS]; member in struct:interface
output.c 239 ap = ifp->int_auth;

Completed in 16 milliseconds