Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-olsr.c99 struct olsr_msg6 { struct
313 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()