Lines Matching refs:hellop
737 …register const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3() local
739 ND_TCHECK_32BITS(&hellop->hello_options); in ospf6_decode_v3()
742 EXTRACT_32BITS(&hellop->hello_options)))); in ospf6_decode_v3()
744 ND_TCHECK(hellop->hello_deadint); in ospf6_decode_v3()
746 EXTRACT_16BITS(&hellop->hello_helloint), in ospf6_decode_v3()
747 EXTRACT_16BITS(&hellop->hello_deadint), in ospf6_decode_v3()
748 ipaddr_string(ndo, &hellop->hello_ifid), in ospf6_decode_v3()
749 hellop->hello_priority)); in ospf6_decode_v3()
751 ND_TCHECK(hellop->hello_dr); in ospf6_decode_v3()
752 if (EXTRACT_32BITS(&hellop->hello_dr) != 0) in ospf6_decode_v3()
754 ipaddr_string(ndo, &hellop->hello_dr))); in ospf6_decode_v3()
755 ND_TCHECK(hellop->hello_bdr); in ospf6_decode_v3()
756 if (EXTRACT_32BITS(&hellop->hello_bdr) != 0) in ospf6_decode_v3()
758 ipaddr_string(ndo, &hellop->hello_bdr))); in ospf6_decode_v3()
761 ap = hellop->hello_neighbor; in ospf6_decode_v3()
937 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3_trailer() local
938 ND_TCHECK(hellop->hello_options); in ospf6_decode_v3_trailer()
939 if (EXTRACT_32BITS(&hellop->hello_options) & OSPF6_OPTION_L) in ospf6_decode_v3_trailer()