Home
last modified time | relevance | path

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

/dragonfly/sbin/routed/rtquery/
H A Drtquery.c225 auth_type = RIP_AUTH_MD5; in main()
231 if (auth_type == RIP_AUTH_MD5 in main()
362 } else if (auth_type == RIP_AUTH_MD5) { in query_loop()
365 NA0.a_type = RIP_AUTH_MD5; in query_loop()
684 if (na->a_type == RIP_AUTH_MD5 in rip_input()
/dragonfly/include/protocols/
H A Drouted.h88 #define RIP_AUTH_MD5 htons(3) /* Keyed MD5 */ macro
/dragonfly/sbin/routed/
H A Doutput.c265 } else if (ap->type == RIP_AUTH_MD5) { in clr_ws_buf()
267 na->a_type = RIP_AUTH_MD5; in clr_ws_buf()
317 if (ws.a != NULL && ws.a->type == RIP_AUTH_MD5) in supply_write()
H A Dparms.c506 if (type == RIP_AUTH_MD5) in get_passwd()
693 msg = get_passwd(tgt,val0,&parm,RIP_AUTH_MD5,safe); in parse_parms()
H A Dinput.c420 if (ap != NULL && ap->type == RIP_AUTH_MD5) in input()
H A Dtrace.c919 if (NA->a_type == RIP_AUTH_MD5 in trace_rip()