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.c133 struct olsr_hna6 { struct
542 (unsigned int) (msg_tlen / sizeof(struct olsr_hna6))); in olsr_print()
544 while (msg_tlen >= sizeof(struct olsr_hna6)) { in olsr_print()
545 const struct olsr_hna6 *hna6; in olsr_print()
547 ND_TCHECK_LEN(msg_data, sizeof(struct olsr_hna6)); in olsr_print()
549 hna6 = (const struct olsr_hna6 *)msg_data; in olsr_print()
555 msg_data += sizeof(struct olsr_hna6); in olsr_print()
556 msg_tlen -= sizeof(struct olsr_hna6); in olsr_print()