HomeSort by relevance Sort by last modified time
    Searched refs:hello_bdr (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
ospf.h 282 struct in_addr hello_bdr; member in struct:ospfhdr::__anon24420::__anon24421
print-ospf6.c 258 rtrid_t hello_bdr; member in struct:hello6
752 ND_TCHECK(hellop->hello_bdr);
753 if (EXTRACT_32BITS(&hellop->hello_bdr) != 0)
755 ipaddr_string(ndo, &hellop->hello_bdr)));
print-ospf.c 947 ND_TCHECK(op->ospf_hello.hello_bdr);
948 if (op->ospf_hello.hello_bdr.s_addr != 0)
950 ipaddr_string(ndo, &op->ospf_hello.hello_bdr)));
    [all...]

Completed in 173 milliseconds