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

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-ospf6.c736 register const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); local
738 ND_TCHECK_32BITS(&hellop->hello_options);
741 EXTRACT_32BITS(&hellop->hello_options))));
743 ND_TCHECK(hellop->hello_deadint);
745 EXTRACT_16BITS(&hellop->hello_helloint),
746 EXTRACT_16BITS(&hellop->hello_deadint),
747 ipaddr_string(ndo, &hellop->hello_ifid),
748 hellop->hello_priority));
750 ND_TCHECK(hellop->hello_dr);
751 if (EXTRACT_32BITS(&hellop
936 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); local
[all...]

Completed in 28 milliseconds