Lines Matching refs:msgptr
361 } msgptr; in olsr_print() local
367 msgptr.v6 = (const struct olsr_msg6 *) tptr; in olsr_print()
368 msg_type = GET_U_1(msgptr.v6->msg_type); in olsr_print()
369 msg_len = GET_BE_U_2(msgptr.v6->msg_len); in olsr_print()
382 msg_type, GET_IP6ADDR_STRING(msgptr.v6->originator), in olsr_print()
383 GET_U_1(msgptr.v6->ttl), in olsr_print()
384 GET_U_1(msgptr.v6->hopcount), in olsr_print()
385 ME_TO_DOUBLE(GET_U_1(msgptr.v6->vtime)), in olsr_print()
386 GET_BE_U_2(msgptr.v6->msg_seq), in olsr_print()
398 msgptr.v4 = (const struct olsr_msg4 *) tptr; in olsr_print()
399 msg_type = GET_U_1(msgptr.v4->msg_type); in olsr_print()
400 msg_len = GET_BE_U_2(msgptr.v4->msg_len); in olsr_print()
413 msg_type, GET_IPADDR_STRING(msgptr.v4->originator), in olsr_print()
414 GET_U_1(msgptr.v4->ttl), in olsr_print()
415 GET_U_1(msgptr.v4->hopcount), in olsr_print()
416 ME_TO_DOUBLE(GET_U_1(msgptr.v4->vtime)), in olsr_print()
417 GET_BE_U_2(msgptr.v4->msg_seq), in olsr_print()