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

/netbsd-current/include/protocols/
H A Drouted.h93 #define RIP_AUTH_PW htons(2) /* password type */ macro
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c258 auth_type = RIP_AUTH_PW;
394 if (auth_type == RIP_AUTH_PW) {
397 NA0.a_type = RIP_AUTH_PW;
730 if (na->a_type == RIP_AUTH_PW
/netbsd-current/sbin/routed/
H A Dinput.c271 if (ap != 0 && ap->type == RIP_AUTH_PW
965 if (NA->a_type == RIP_AUTH_PW) {
H A Doutput.c280 if (ap->type == RIP_AUTH_PW) {
282 na->a_type = RIP_AUTH_PW;
771 if (!passwd_ok && ws.a != 0 && ws.a->type == RIP_AUTH_PW)
H A Dparms.c707 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_PW,1);
H A Dtrace.c952 if (NA->a_type == RIP_AUTH_PW

Completed in 101 milliseconds