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

/illumos-gate/usr/src/head/protocols/
H A Drouted.h98 #define RIP_AUTH_PW_LEN 16 macro
99 uint8_t au_pw[RIP_AUTH_PW_LEN];
106 #define RIP_AUTH_MD5_LEN RIP_AUTH_PW_LEN
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Drtquery.c94 char passwd[RIP_AUTH_PW_LEN+1];
392 (void) memcpy(NA0.au.au_pw, passwd, RIP_AUTH_PW_LEN);
691 RIP_AUTH_PW_LEN));
H A Dinput.c1381 uchar_t hash[RIP_AUTH_PW_LEN];
1448 if (0 == memcmp(NA->au.au_pw, ap->key, RIP_AUTH_PW_LEN))
H A Ddefs.h356 uint8_t key[RIP_AUTH_PW_LEN +1];
H A Dtrace.c1177 RIP_AUTH_PW_LEN));
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_rip.c181 RIP_AUTH_PW_LEN, local

Completed in 105 milliseconds