Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf6.c265 uint32_t db_options; member
772 ND_TCHECK(ddp->db_options); in ospf6_decode_v3()
775 EXTRACT_32BITS(&ddp->db_options)))); in ospf6_decode_v3()
940 if (EXTRACT_32BITS(&ddp->db_options) & OSPF6_OPTION_L) in ospf6_decode_v3_trailer()
Dospf.h289 uint8_t db_options; member
Dprint-ospf.c905 if (!(op->ospf_db.db_options & OSPF_OPTION_L)) in ospf_decode_lls()
1031 ND_TCHECK(op->ospf_db.db_options); in ospf_decode_v2()
1033 bittok2str(ospf_option_values, "none", op->ospf_db.db_options))); in ospf_decode_v2()