Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-olsr.c126 struct olsr_hna4 { struct
317 const struct olsr_hna4 *hna; in olsr_print()
556 (unsigned int) (msg_tlen / sizeof(struct olsr_hna4))); in olsr_print()
558 while (msg_tlen >= sizeof(struct olsr_hna4)) { in olsr_print()
559 ND_TCHECK_LEN(msg_data, sizeof(struct olsr_hna4)); in olsr_print()
561 ptr.hna = (const struct olsr_hna4 *)msg_data; in olsr_print()
604 msg_data += sizeof(struct olsr_hna4); in olsr_print()
605 msg_tlen -= sizeof(struct olsr_hna4); in olsr_print()