Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/rtquery/
H A Drtquery.c223 auth_type = RIP_AUTH_PW; in main()
355 if (auth_type == RIP_AUTH_PW) { in query_loop()
358 NA0.a_type = RIP_AUTH_PW; in query_loop()
677 if (na->a_type == RIP_AUTH_PW in rip_input()
/dragonfly/include/protocols/
H A Drouted.h87 #define RIP_AUTH_PW htons(2) /* password type */ macro
/dragonfly/sbin/routed/
H A Doutput.c259 if (ap->type == RIP_AUTH_PW) { in clr_ws_buf()
261 na->a_type = RIP_AUTH_PW; in clr_ws_buf()
744 if (!passwd_ok && ws.a != NULL && ws.a->type == RIP_AUTH_PW) in supply()
H A Dinput.c259 if (ap != NULL && ap->type == RIP_AUTH_PW in input()
935 if (NA->a_type == RIP_AUTH_PW) { in ck_passwd()
H A Dtrace.c909 if (NA->a_type == RIP_AUTH_PW in trace_rip()
H A Dparms.c686 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_PW,1); in parse_parms()