Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-olsr.c131 struct olsr_hna6 { struct
536 (unsigned int) (msg_tlen / sizeof(struct olsr_hna6))); in olsr_print()
538 while (msg_tlen >= sizeof(struct olsr_hna6)) { in olsr_print()
539 const struct olsr_hna6 *hna6; in olsr_print()
541 ND_TCHECK_LEN(msg_data, sizeof(struct olsr_hna6)); in olsr_print()
543 hna6 = (const struct olsr_hna6 *)msg_data; in olsr_print()
549 msg_data += sizeof(struct olsr_hna6); in olsr_print()
550 msg_tlen -= sizeof(struct olsr_hna6); in olsr_print()