Searched refs:olsr_msg6 (Results 1 – 1 of 1) sorted by relevance
99 struct olsr_msg6 { struct313 const struct olsr_msg6 *msg6; in olsr_print()358 const struct olsr_msg6 *v6; in olsr_print()363 ND_TCHECK_LEN(tptr, sizeof(struct olsr_msg6)); in olsr_print()364 msgptr.v6 = (const struct olsr_msg6 *) tptr; in olsr_print()367 if ((msg_len >= sizeof (struct olsr_msg6)) in olsr_print()389 msg_tlen = msg_len - sizeof(struct olsr_msg6); in olsr_print()390 msg_data = tptr + sizeof(struct olsr_msg6); in olsr_print()