OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:au_pw
(Results
1 - 5
of
5
) sorted by relevancy
/src/include/protocols/
routed.h
97
uint8_t
au_pw
[RIP_AUTH_PW_LEN];
member in union:netauth::__anonf79dae7d010a
/src/sbin/routed/rtquery/
rtquery.c
398
memcpy(NA0.au.
au_pw
, passwd, RIP_AUTH_PW_LEN);
417
MD5Final(NA2.au.
au_pw
, &md5_ctx);
734
qstring(na->au.
au_pw
,
757
for (i = 0; i < (int)sizeof(na->au.
au_pw
); i++)
758
(void)printf("%02x ", na->au.
au_pw
[i]);
770
memcmp(hash, na->au.
au_pw
,
/src/sbin/routed/
input.c
966
if (!memcmp(NA->au.
au_pw
, ap->key, RIP_AUTH_PW_LEN))
1020
if (!memcmp(hash, na2->au.
au_pw
, sizeof(hash)))
output.c
283
memcpy(na->au.
au_pw
, ap->key, sizeof(na->au.
au_pw
));
316
MD5Final(na2->au.
au_pw
, &md5_ctx);
trace.c
957
qstring(NA->au.
au_pw
,
982
i < (int)sizeof(NA->au.
au_pw
);
985
NA->au.
au_pw
[i]);
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025