Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/routed/rtquery/
Drtquery.c253 auth_type = RIP_AUTH_PW; in main()
387 if (auth_type == RIP_AUTH_PW) { in query_loop()
390 NA0.a_type = RIP_AUTH_PW; in query_loop()
712 if (na->a_type == RIP_AUTH_PW in rip_input()
/freebsd-10-stable/include/protocols/
Drouted.h87 #define RIP_AUTH_PW htons(2) /* password type */ macro
/freebsd-10-stable/sbin/routed/
Doutput.c262 if (ap->type == RIP_AUTH_PW) { in clr_ws_buf()
264 na->a_type = RIP_AUTH_PW; in clr_ws_buf()
752 if (!passwd_ok && ws.a != 0 && ws.a->type == RIP_AUTH_PW) in supply()
Dinput.c273 if (ap != 0 && ap->type == RIP_AUTH_PW in input()
966 if (NA->a_type == RIP_AUTH_PW) { in ck_passwd()
Dtrace.c942 if (NA->a_type == RIP_AUTH_PW in trace_rip()
Dparms.c684 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_PW,1); in parse_parms()