Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-olsr.c111 struct olsr_hello { struct
316 const struct olsr_hello *hello; in olsr_print()
430 if (msg_tlen < sizeof(struct olsr_hello)) in olsr_print()
432 ND_TCHECK_LEN(msg_data, sizeof(struct olsr_hello)); in olsr_print()
434 ptr.hello = (const struct olsr_hello *)msg_data; in olsr_print()
438 msg_data += sizeof(struct olsr_hello); in olsr_print()
439 msg_tlen -= sizeof(struct olsr_hello); in olsr_print()