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

  /src/include/protocols/
routed.h 96 #define RIP_AUTH_PW_LEN 16
97 uint8_t au_pw[RIP_AUTH_PW_LEN];
104 #define RIP_AUTH_MD5_KEY_LEN RIP_AUTH_PW_LEN
  /src/sbin/routed/rtquery/
rtquery.c 120 char passwd[RIP_AUTH_PW_LEN];
398 memcpy(NA0.au.au_pw, passwd, RIP_AUTH_PW_LEN);
735 RIP_AUTH_PW_LEN));
  /src/sbin/routed/
input.c 947 u_char hash[RIP_AUTH_PW_LEN];
966 if (!memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
defs.h 306 u_char key[RIP_AUTH_PW_LEN];
trace.c 958 RIP_AUTH_PW_LEN));

Completed in 14 milliseconds