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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-ospf6.c603 const struct in6_addr *fwdaddr6; local
605 fwdaddr6 = (const struct in6_addr *)tptr;
606 if (lsa_length < sizeof (*fwdaddr6))
608 lsa_length -= sizeof (*fwdaddr6);
609 ND_TCHECK(*fwdaddr6);
611 ip6addr_string(ndo, fwdaddr6)));
612 tptr += sizeof(*fwdaddr6);

Completed in 105 milliseconds