Home
last modified time | relevance | path

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

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