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

  /external/tcpdump/
print-ospf.c 769 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options));
771 TCHECK(op->ospf_hello.hello_deadint);
773 EXTRACT_16BITS(&op->ospf_hello.hello_helloint),
774 EXTRACT_32BITS(&op->ospf_hello.hello_deadint),
775 ipaddr_string(&op->ospf_hello.hello_mask),
776 op->ospf_hello.hello_priority);
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));
783 TCHECK(op->ospf_hello.hello_bdr)
    [all...]
ospf.h 311 #define ospf_hello ospf_un.un_hello macro

Completed in 53 milliseconds