Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ospf.c904 if (!(GET_U_1(op->ospf_hello.hello_options) & OSPF_OPTION_L)) in ospf_decode_lls()
986 bittok2str(ospf_option_values,"none",GET_U_1(op->ospf_hello.hello_options))); in ospf_decode_v2()
989 GET_BE_U_2(op->ospf_hello.hello_helloint), in ospf_decode_v2()
990 GET_BE_U_4(op->ospf_hello.hello_deadint), in ospf_decode_v2()
991 GET_IPADDR_STRING(op->ospf_hello.hello_mask), in ospf_decode_v2()
992 GET_U_1(op->ospf_hello.hello_priority)); in ospf_decode_v2()
994 if (GET_IPV4_TO_NETWORK_ORDER(op->ospf_hello.hello_dr) != 0) in ospf_decode_v2()
996 GET_IPADDR_STRING(op->ospf_hello.hello_dr)); in ospf_decode_v2()
998 if (GET_IPV4_TO_NETWORK_ORDER(op->ospf_hello.hello_bdr) != 0) in ospf_decode_v2()
1000 GET_IPADDR_STRING(op->ospf_hello.hello_bdr)); in ospf_decode_v2()
[all …]
H A Dospf.h321 #define ospf_hello ospf_un.un_hello macro