Searched refs:ospf_hello (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-ospf.c847 if (!(op->ospf_hello.hello_options & OSPF_OPTION_L))
947 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options));
949 TCHECK(op->ospf_hello.hello_deadint);
951 EXTRACT_16BITS(&op->ospf_hello.hello_helloint),
952 EXTRACT_32BITS(&op->ospf_hello.hello_deadint),
953 ipaddr_string(&op->ospf_hello.hello_mask),
954 op->ospf_hello.hello_priority);
956 TCHECK(op->ospf_hello.hello_dr);
957 if (op->ospf_hello.hello_dr.s_addr != 0)
959 ipaddr_string(&op->ospf_hello
[all...]
H A Dospf.h320 #define ospf_hello ospf_un.un_hello macro

Completed in 60 milliseconds