Lines Matching refs:tptr
277 const u_char *tptr, *msg_data; in olsr_print() local
279 tptr = pptr; in olsr_print()
285 ND_TCHECK2(*tptr, sizeof(struct olsr_common)); in olsr_print()
287 ptr.common = (struct olsr_common *)tptr; in olsr_print()
295 tptr += sizeof(struct olsr_common); in olsr_print()
304 while (tptr < (pptr+length)) { in olsr_print()
312 ND_TCHECK2(*tptr, sizeof(struct olsr_msg4)); in olsr_print()
317 msgptr.v6 = (struct olsr_msg6 *) tptr; in olsr_print()
343 msg_data = tptr + sizeof(struct olsr_msg6); in olsr_print()
348 msgptr.v4 = (struct olsr_msg4 *) tptr; in olsr_print()
374 msg_data = tptr + sizeof(struct olsr_msg4); in olsr_print()
630 tptr += msg_len; in olsr_print()