Searched refs:na2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sbin/routed/
H A Dinput.c945 struct netauth *na2; local
987 na2 = (struct netauth *)((char *)rip+len);
1002 if (na2->a_family != RIP_AF_AUTH)
1006 na2->a_family, RIP_AF_AUTH,
1008 if (na2->a_type != ntohs(1))
1012 na2->a_type, ntohs(1),
1021 if (!memcmp(hash, na2->au.au_pw, sizeof(hash)))
H A Doutput.c284 struct netauth *na, *na2; local
290 na2 = (struct netauth*)wb->n;
291 len = (char *)na2-(char *)wb->buf;
292 na2->a_family = RIP_AF_AUTH;
293 na2->a_type = htons(1);
298 MD5Final(na2->au.au_pw, &md5_ctx);

Completed in 157 milliseconds