Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-olsr.c128 struct olsr_hna4 { struct
319 const struct olsr_hna4 *hna; in olsr_print()
564 (unsigned int) (msg_tlen / sizeof(struct olsr_hna4))); in olsr_print()
566 while (msg_tlen >= sizeof(struct olsr_hna4)) { in olsr_print()
567 ND_TCHECK_LEN(msg_data, sizeof(struct olsr_hna4)); in olsr_print()
569 ptr.hna = (const struct olsr_hna4 *)msg_data; in olsr_print()
612 msg_data += sizeof(struct olsr_hna4); in olsr_print()
613 msg_tlen -= sizeof(struct olsr_hna4); in olsr_print()