Home
last modified time | relevance | path

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

/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-olsr.c91 struct olsr_msg4 { struct
314 const struct olsr_msg4 *msg4; in olsr_print()
359 const struct olsr_msg4 *v4; in olsr_print()
397 ND_TCHECK_LEN(tptr, sizeof(struct olsr_msg4)); in olsr_print()
398 msgptr.v4 = (const struct olsr_msg4 *) tptr; in olsr_print()
401 if ((msg_len >= sizeof (struct olsr_msg4)) in olsr_print()
423 msg_tlen = msg_len - sizeof(struct olsr_msg4); in olsr_print()
424 msg_data = tptr + sizeof(struct olsr_msg4); in olsr_print()