Home
last modified time | relevance | path

Searched refs:db_options (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/tcpdump/dist/
H A Dprint-ospf6.c269 uint32_t db_options; member
776 ND_TCHECK(ddp->db_options); in ospf6_decode_v3()
779 EXTRACT_32BITS(&ddp->db_options)))); in ospf6_decode_v3()
944 if (EXTRACT_32BITS(&ddp->db_options) & OSPF6_OPTION_L) in ospf6_decode_v3_trailer()
H A Dospf.h289 uint8_t db_options; member
H A Dprint-ospf.c843 if (!(op->ospf_db.db_options & OSPF_OPTION_L)) in ospf_decode_lls()
968 ND_TCHECK(op->ospf_db.db_options); in ospf_decode_v2()
970 bittok2str(ospf_option_values, "none", op->ospf_db.db_options))); in ospf_decode_v2()