Lines Matching defs:hellop
749 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN);
753 GET_BE_U_4(hellop->hello_options)));
756 GET_BE_U_2(hellop->hello_helloint),
757 GET_BE_U_2(hellop->hello_deadint),
758 GET_IPADDR_STRING(hellop->hello_ifid),
759 GET_U_1(hellop->hello_priority));
761 if (GET_BE_U_4(hellop->hello_dr) != 0)
763 GET_IPADDR_STRING(hellop->hello_dr));
764 if (GET_BE_U_4(hellop->hello_bdr) != 0)
766 GET_IPADDR_STRING(hellop->hello_bdr));
769 ap = hellop->hello_neighbor;
936 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN);
937 if (GET_BE_U_4(hellop->hello_options) & OSPF6_OPTION_L)