Searched refs:hello_options (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dospf.h278 uint8_t hello_options; member in struct:ospfhdr::__anon6157::__anon6158
H A Dprint-ospf6.c255 #define hello_options hello_priandopt.opt macro
738 ND_TCHECK_32BITS(&hellop->hello_options);
741 EXTRACT_32BITS(&hellop->hello_options))));
937 ND_TCHECK(hellop->hello_options);
938 if (EXTRACT_32BITS(&hellop->hello_options) & OSPF6_OPTION_L)
H A Dprint-ospf.c900 if (!(op->ospf_hello.hello_options & OSPF_OPTION_L))
999 ND_TCHECK(op->ospf_hello.hello_options);
1001 bittok2str(ospf_option_values,"none",op->ospf_hello.hello_options)));

Completed in 113 milliseconds