Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-olsr.c101 struct olsr_msg6 { struct
315 const struct olsr_msg6 *msg6; in olsr_print()
360 const struct olsr_msg6 *v6; in olsr_print()
366 ND_TCHECK_LEN(tptr, sizeof(struct olsr_msg6)); in olsr_print()
367 msgptr.v6 = (const struct olsr_msg6 *) tptr; in olsr_print()
370 if ((msg_len >= sizeof (struct olsr_msg6)) in olsr_print()
392 msg_tlen = msg_len - sizeof(struct olsr_msg6); in olsr_print()
393 msg_data = tptr + sizeof(struct olsr_msg6); in olsr_print()