Home
last modified time | relevance | path

Searched refs:RIP_AUTH_NONE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dparms.c79 if (parmp->parm_auth[i].type == RIP_AUTH_NONE || 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()
512 for (ap = parmp->parm_auth, i = 0; ap->type != RIP_AUTH_NONE; in get_passwd()
922 if (new->parm_auth[i].type != RIP_AUTH_NONE) in insert_parm()
938 if (parmp->parm_auth[i].type != RIP_AUTH_NONE) in insert_parm()
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()
H A Drtquery.c91 static int auth_type = RIP_AUTH_NONE;
H A Doutput.c261 if (ap->type == RIP_AUTH_NONE) in find_auth()
/illumos-gate/usr/src/head/protocols/
H A Drouted.h91 #define RIP_AUTH_NONE 0 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c167 if (nap->a_type == RIP_AUTH_NONE) { in interpret_rip()