OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OSPF_OPTION_L
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
ospf.h
43
#define
OSPF_OPTION_L
0x10 /* L bit: Packet contains LLS data block */
print-ospf.c
45
{
OSPF_OPTION_L
, "LLS" },
833
if (!(op->ospf_hello.hello_options &
OSPF_OPTION_L
))
838
if (!(op->ospf_db.db_options &
OSPF_OPTION_L
))
[
all
...]
Completed in 414 milliseconds