Home
last modified time | relevance | path

Searched refs:RIP_AUTH_PW (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c251 auth_type = RIP_AUTH_PW; in main()
388 if (auth_type == RIP_AUTH_PW) { in query_loop()
391 NA0.a_type = RIP_AUTH_PW; in query_loop()
685 if (na->a_type == RIP_AUTH_PW && in rip_input()
H A Doutput.c303 if (ap->type == RIP_AUTH_PW) { in clr_ws_buf()
305 na->a_type = RIP_AUTH_PW; in clr_ws_buf()
830 if (!passwd_ok && ws.a != NULL && ws.a->type == RIP_AUTH_PW) in supply()
H A Dinput.c324 if (ap != NULL && ap->type == RIP_AUTH_PW && in input()
1447 if (NA->a_type == RIP_AUTH_PW) { in ck_passwd()
H A Dparms.c762 msg = get_passwd(tgt, val0, &parm, RIP_AUTH_PW, 1); in parse_parms()
H A Dtrace.c1172 if (NA->a_type == RIP_AUTH_PW && in trace_rip()
/titanic_44/usr/src/head/protocols/
H A Drouted.h95 #define RIP_AUTH_PW htons(2) /* password type */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c175 } else if (nap->a_type == RIP_AUTH_PW) { in interpret_rip()