Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c843 if (!(op->ospf_hello.hello_options & OSPF_OPTION_L)) in ospf_decode_lls()
943 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options)); in ospf_decode_v2()
945 TCHECK(op->ospf_hello.hello_deadint); in ospf_decode_v2()
947 EXTRACT_16BITS(&op->ospf_hello.hello_helloint), in ospf_decode_v2()
948 EXTRACT_32BITS(&op->ospf_hello.hello_deadint), in ospf_decode_v2()
949 ipaddr_string(&op->ospf_hello.hello_mask), in ospf_decode_v2()
950 op->ospf_hello.hello_priority); in ospf_decode_v2()
952 TCHECK(op->ospf_hello.hello_dr); in ospf_decode_v2()
953 if (op->ospf_hello.hello_dr.s_addr != 0) in ospf_decode_v2()
955 ipaddr_string(&op->ospf_hello.hello_dr)); in ospf_decode_v2()
[all …]
Dospf.h320 #define ospf_hello ospf_un.un_hello macro