HomeSort by: relevance | last modified time | path
    Searched defs:hellop (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-ospf6.c 757 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); local
761 GET_BE_U_4(hellop->hello_options)));
764 GET_BE_U_2(hellop->hello_helloint),
765 GET_BE_U_2(hellop->hello_deadint),
766 GET_IPADDR_STRING(hellop->hello_ifid),
767 GET_U_1(hellop->hello_priority));
769 if (GET_BE_U_4(hellop->hello_dr) != 0)
771 GET_IPADDR_STRING(hellop->hello_dr));
772 if (GET_BE_U_4(hellop->hello_bdr) != 0)
774 GET_IPADDR_STRING(hellop->hello_bdr))
945 const struct hello6 *hellop = (const struct hello6 *)((const uint8_t *)op + OSPF6HDR_LEN); local
    [all...]

Completed in 24 milliseconds