Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c249 auth_type = RIP_AUTH_PW; in main()
386 if (auth_type == RIP_AUTH_PW) { in query_loop()
389 NA0.a_type = RIP_AUTH_PW; in query_loop()
683 if (na->a_type == RIP_AUTH_PW && in rip_input()
H A Doutput.c301 if (ap->type == RIP_AUTH_PW) { in clr_ws_buf()
303 na->a_type = RIP_AUTH_PW; in clr_ws_buf()
828 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()
/illumos-gate/usr/src/head/protocols/
H A Drouted.h93 #define RIP_AUTH_PW htons(2) /* password type */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c173 } else if (nap->a_type == RIP_AUTH_PW) { in interpret_rip()