Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:msgptr

301         } msgptr;
310 msgptr.v6 = (struct olsr_msg6 *) tptr;
311 msg_type = msgptr.v6->msg_type;
312 msg_len = EXTRACT_16BITS(msgptr.v6->msg_len);
325 msg_type, ip6addr_string(msgptr.v6->originator),
326 msgptr.v6->ttl,
327 msgptr.v6->hopcount,
328 ME_TO_DOUBLE(msgptr.v6->vtime),
329 EXTRACT_16BITS(msgptr.v6->msg_seq),
338 msgptr.v4 = (struct olsr_msg4 *) tptr;
339 msg_type = msgptr.v4->msg_type;
340 msg_len = EXTRACT_16BITS(msgptr.v4->msg_len);
353 msg_type, ipaddr_string(msgptr.v4->originator),
354 msgptr.v4->ttl,
355 msgptr.v4->hopcount,
356 ME_TO_DOUBLE(msgptr.v4->vtime),
357 EXTRACT_16BITS(msgptr.v4->msg_seq),