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

  /external/tcpdump/
ospf.h 271 struct in_addr hello_dr; member in struct:ospfhdr::__anon6137::__anon6138
ospf6.h 237 rtrid_t hello_dr; member in struct:ospf6hdr::__anon6152::__anon6153
print-ospf.c 778 TCHECK(op->ospf_hello.hello_dr);
779 if (op->ospf_hello.hello_dr.s_addr != 0)
781 ipaddr_string(&op->ospf_hello.hello_dr));
    [all...]
print-ospf6.c 525 TCHECK(op->ospf6_hello.hello_dr);
526 if (op->ospf6_hello.hello_dr != 0)
528 ipaddr_string(&op->ospf6_hello.hello_dr));

Completed in 90 milliseconds