HomeSort by: relevance | last modified time | path
    Searched defs:na2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
input.c 944 struct netauth *na2; local in function:ck_passwd
986 na2 = (struct netauth *)((char *)rip+len);
1001 if (na2->a_family != RIP_AF_AUTH)
1005 na2->a_family, RIP_AF_AUTH,
1007 if (na2->a_type != ntohs(1))
1011 na2->a_type, ntohs(1),
1020 if (!memcmp(hash, na2->au.au_pw, sizeof(hash)))
output.c 302 struct netauth *na, *na2; local in function:end_md5_auth
308 na2 = (struct netauth*)wb->n;
309 len = (char *)na2-(char *)wb->buf;
310 na2->a_family = RIP_AF_AUTH;
311 na2->a_type = htons(1);
316 MD5Final(na2->au.au_pw, &md5_ctx);

Completed in 12 milliseconds