Lines Matching defs:msgptr
359 } msgptr;
364 msgptr.v6 = (const struct olsr_msg6 *) tptr;
365 msg_type = GET_U_1(msgptr.v6->msg_type);
366 msg_len = GET_BE_U_2(msgptr.v6->msg_len);
379 msg_type, GET_IP6ADDR_STRING(msgptr.v6->originator),
380 GET_U_1(msgptr.v6->ttl),
381 GET_U_1(msgptr.v6->hopcount),
382 ME_TO_DOUBLE(GET_U_1(msgptr.v6->vtime)),
383 GET_BE_U_2(msgptr.v6->msg_seq),
393 msgptr.v4 = (const struct olsr_msg4 *) tptr;
394 msg_type = GET_U_1(msgptr.v4->msg_type);
395 msg_len = GET_BE_U_2(msgptr.v4->msg_len);
408 msg_type, GET_IPADDR_STRING(msgptr.v4->originator),
409 GET_U_1(msgptr.v4->ttl),
410 GET_U_1(msgptr.v4->hopcount),
411 ME_TO_DOUBLE(GET_U_1(msgptr.v4->vtime)),
412 GET_BE_U_2(msgptr.v4->msg_seq),