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