Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c128 struct olsr_hna4 { struct
320 const struct olsr_hna4 *hna; in olsr_print()
561 (unsigned int) (msg_tlen / sizeof(struct olsr_hna4)))); in olsr_print()
563 while (msg_tlen >= sizeof(struct olsr_hna4)) { in olsr_print()
564 ND_TCHECK2(*msg_data, sizeof(struct olsr_hna4)); in olsr_print()
566 ptr.hna = (const struct olsr_hna4 *)msg_data; in olsr_print()
609 msg_data += sizeof(struct olsr_hna4); in olsr_print()
610 msg_tlen -= sizeof(struct olsr_hna4); in olsr_print()