Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c91 struct olsr_msg4 { struct
315 const struct olsr_msg4 *msg4; in olsr_print()
357 const struct olsr_msg4 *v4; in olsr_print()
395 ND_TCHECK2(*tptr, sizeof(struct olsr_msg4)); in olsr_print()
396 msgptr.v4 = (const struct olsr_msg4 *) tptr; in olsr_print()
399 if ((msg_len >= sizeof (struct olsr_msg4)) in olsr_print()
421 msg_tlen = msg_len - sizeof(struct olsr_msg4); in olsr_print()
422 msg_data = tptr + sizeof(struct olsr_msg4); in olsr_print()