Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c211 const struct olsr_hello_link *hello_link; in olsr_print() member
295 ptr.hello_link = (struct olsr_hello_link *)msg_data; in olsr_print()
297 hello_len = EXTRACT_16BITS(ptr.hello_link->len); in olsr_print()
298 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code); in olsr_print()
299 neighbor_type = OLSR_EXTRACT_NEIGHBOR_TYPE(ptr.hello_link->link_code); in olsr_print()