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

/freebsd-13-stable/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.c279 struct netauth *na, *na2; local
285 na2 = (struct netauth*)wb->n;
286 len = (char *)na2-(char *)wb->buf;
287 na2->a_family = RIP_AF_AUTH;
288 na2->a_type = htons(1);
293 MD5Final(na2->au.au_pw, &md5_ctx);
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc7733 NativeArray<int> na2(a, 3, RelationToSourceReference());
7734 EXPECT_TRUE(na == na2);

Completed in 128 milliseconds