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

  /external/tcpdump/
ospf.h 272 struct in_addr hello_bdr; member in struct:ospfhdr::__anon6137::__anon6138
ospf6.h 238 rtrid_t hello_bdr; member in struct:ospf6hdr::__anon6152::__anon6153
print-ospf.c 783 TCHECK(op->ospf_hello.hello_bdr);
784 if (op->ospf_hello.hello_bdr.s_addr != 0)
786 ipaddr_string(&op->ospf_hello.hello_bdr));
    [all...]
print-ospf6.c 529 TCHECK(op->ospf6_hello.hello_bdr);
530 if (op->ospf6_hello.hello_bdr != 0)
532 ipaddr_string(&op->ospf6_hello.hello_bdr));

Completed in 25 milliseconds