Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c113 struct olsr_hello { struct
257 const struct olsr_hello *hello; in olsr_print()
367 if (!TTEST2(*msg_data, sizeof(struct olsr_hello))) in olsr_print()
370 ptr.hello = (struct olsr_hello *)msg_data; in olsr_print()
373 msg_data += sizeof(struct olsr_hello); in olsr_print()
374 msg_tlen -= sizeof(struct olsr_hello); in olsr_print()