Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-olsr.c90 struct olsr_msg4 { struct
265 const struct olsr_msg4 *msg4; in olsr_print()
307 struct olsr_msg4 *v4; in olsr_print()
312 ND_TCHECK2(*tptr, sizeof(struct olsr_msg4)); in olsr_print()
348 msgptr.v4 = (struct olsr_msg4 *) tptr; in olsr_print()
351 if ((msg_len >= sizeof (struct olsr_msg4)) in olsr_print()
373 msg_tlen = msg_len - sizeof(struct olsr_msg4); in olsr_print()
374 msg_data = tptr + sizeof(struct olsr_msg4); in olsr_print()