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

  /src/include/protocols/
routed.h 94 #define RIP_AUTH_MD5 htons(3) /* Keyed MD5 */
  /src/sbin/routed/rtquery/
rtquery.c 260 auth_type = RIP_AUTH_MD5;
266 if (auth_type == RIP_AUTH_MD5
401 } else if (auth_type == RIP_AUTH_MD5) {
404 NA0.a_type = RIP_AUTH_MD5;
739 if (na->a_type == RIP_AUTH_MD5
  /src/sbin/routed/
output.c 286 } else if (ap->type == RIP_AUTH_MD5) {
288 na->a_type = RIP_AUTH_MD5;
338 if (ws.a != 0 && ws.a->type == RIP_AUTH_MD5)
parms.c 522 if (type == RIP_AUTH_MD5)
716 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_MD5,safe);
input.c 437 if (ap != 0 && ap->type == RIP_AUTH_MD5)
trace.c 962 if (NA->a_type == RIP_AUTH_MD5

Completed in 17 milliseconds