Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:tptr

219     const u_char *tptr, *msg_data;
221 tptr = pptr;
227 if (!TTEST2(*tptr, sizeof(struct olsr_common))) {
231 ptr.common = (struct olsr_common *)tptr;
238 tptr += sizeof(struct olsr_common);
247 while (tptr < (pptr+length)) {
249 if (!TTEST2(*tptr, sizeof(struct olsr_msg)))
252 ptr.msg = (struct olsr_msg *)tptr;
273 msg_data = tptr + sizeof(struct olsr_msg);
383 tptr += msg_len;