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::__anon7701::__anon7702
ospf6.h 237 rtrid_t hello_dr; member in struct:ospf6hdr::__anon7716::__anon7717
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 15 milliseconds