Home
last modified time | relevance | path

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

/external/tcpdump/
Dospf.h44 #define OSPF_OPTION_L 0x10 /* L bit: Packet contains LLS data block */ macro
Dprint-ospf.c51 { OSPF_OPTION_L, "LLS" },
843 if (!(op->ospf_hello.hello_options & OSPF_OPTION_L)) in ospf_decode_lls()
848 if (!(op->ospf_db.db_options & OSPF_OPTION_L)) in ospf_decode_lls()