HomeSort by: relevance | last modified time | path
    Searched refs:RIP_AUTH_PW (Results 1 - 6 of 6) sorted by relevancy

  /src/include/protocols/
routed.h 93 #define RIP_AUTH_PW htons(2) /* password type */
  /src/sbin/routed/rtquery/
rtquery.c 258 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
  /src/sbin/routed/
input.c 271 if (ap != 0 && ap->type == RIP_AUTH_PW
965 if (NA->a_type == RIP_AUTH_PW) {
output.c 280 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)
parms.c 707 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_PW,1);
trace.c 952 if (NA->a_type == RIP_AUTH_PW

Completed in 16 milliseconds