Lines Matching defs:tptr
127 const u_char *tptr;
134 tptr=pptr;
148 tptr += sizeof(struct mpcp_common_header_t);
155 grant_numbers = GET_U_1(tptr) & MPCP_GRANT_NUMBER_MASK;
160 GET_U_1(tptr) & ~MPCP_GRANT_NUMBER_MASK));
161 tptr++;
164 const struct mpcp_grant_t *mpcp_grant = (const struct mpcp_grant_t *)tptr;
169 tptr += sizeof(struct mpcp_grant_t);
172 ND_PRINT("\n\tSync-Time %u ticks", GET_BE_U_2(tptr));
177 queue_sets = GET_U_1(tptr);
178 tptr+=MPCP_REPORT_QUEUESETS_LEN;
182 report_bitmap = GET_U_1(tptr);
186 tptr++;
193 GET_BE_U_2(tptr));
194 tptr += 2;
203 mpcp_reg_req = (const struct mpcp_reg_req_t *)tptr;
210 mpcp_reg = (const struct mpcp_reg_t *)tptr;
220 mpcp_reg_ack = (const struct mpcp_reg_ack_t *)tptr;