OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hello_link
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-olsr.c
268
const struct olsr_hello_link *
hello_link
;
member in union:__anon23031
398
ptr.
hello_link
= (struct olsr_hello_link *)msg_data;
400
hello_len = EXTRACT_16BITS(ptr.
hello_link
->len);
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 297 milliseconds