OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:link_code
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-olsr.c
117
uint8_t
link_code
;
member in struct:olsr_hello_link
138
#define OLSR_EXTRACT_LINK_TYPE(
link_code
) (
link_code
& 0x3)
139
#define OLSR_EXTRACT_NEIGHBOR_TYPE(
link_code
) (
link_code
>> 2)
401
link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->
link_code
);
402
neighbor_type = OLSR_EXTRACT_NEIGHBOR_TYPE(ptr.hello_link->
link_code
);
Completed in 467 milliseconds