Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c268 const struct olsr_hello_link *hello_link; in olsr_print() member
398 ptr.hello_link = (struct olsr_hello_link *)msg_data; in olsr_print()
400 hello_len = EXTRACT_16BITS(ptr.hello_link->len); in olsr_print()
401 link_type = OLSR_EXTRACT_LINK_TYPE(ptr.hello_link->link_code); in olsr_print()
402 neighbor_type = OLSR_EXTRACT_NEIGHBOR_TYPE(ptr.hello_link->link_code); in olsr_print()