Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c318 const struct olsr_hello_link *hello_link; in olsr_print() member
446 ptr.hello_link = (const struct olsr_hello_link *)msg_data; in olsr_print()
448 hello_len = EXTRACT_16BITS(ptr.hello_link->len); in olsr_print()
449 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code); in olsr_print()
450 neighbor_type = OLSR_EXTRACT_NEIGHBOR_TYPE(ptr.hello_link->link_code); in olsr_print()