Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c101 struct olsr_msg6 { struct
316 const struct olsr_msg6 *msg6; in olsr_print()
358 const struct olsr_msg6 *v6; in olsr_print()
364 ND_TCHECK2(*tptr, sizeof(struct olsr_msg6)); in olsr_print()
365 msgptr.v6 = (const struct olsr_msg6 *) tptr; in olsr_print()
368 if ((msg_len >= sizeof (struct olsr_msg6)) in olsr_print()
390 msg_tlen = msg_len - sizeof(struct olsr_msg6); in olsr_print()
391 msg_data = tptr + sizeof(struct olsr_msg6); in olsr_print()