Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-olsr.c89 struct olsr_msg4 { struct
312 const struct olsr_msg4 *msg4; in olsr_print()
357 const struct olsr_msg4 *v4; in olsr_print()
392 ND_TCHECK_LEN(tptr, sizeof(struct olsr_msg4)); in olsr_print()
393 msgptr.v4 = (const struct olsr_msg4 *) tptr; in olsr_print()
396 if ((msg_len >= sizeof (struct olsr_msg4)) in olsr_print()
418 msg_tlen = msg_len - sizeof(struct olsr_msg4); in olsr_print()
419 msg_data = tptr + sizeof(struct olsr_msg4); in olsr_print()