Searched refs:RIP_AUTH_PW_LEN (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/include/protocols/
H A Drouted.h96 #define RIP_AUTH_PW_LEN 16 macro
97 uint8_t au_pw[RIP_AUTH_PW_LEN];
104 #define RIP_AUTH_MD5_KEY_LEN RIP_AUTH_PW_LEN
/netbsd-current/sbin/routed/rtquery/
H A Drtquery.c120 char passwd[RIP_AUTH_PW_LEN];
398 memcpy(NA0.au.au_pw, passwd, RIP_AUTH_PW_LEN);
735 RIP_AUTH_PW_LEN));
/netbsd-current/sbin/routed/
H A Dinput.c947 u_char hash[RIP_AUTH_PW_LEN];
966 if (!memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
H A Ddefs.h306 u_char key[RIP_AUTH_PW_LEN];
H A Dtrace.c958 RIP_AUTH_PW_LEN));

Completed in 329 milliseconds