Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:tptr

443     const uint8_t *tptr;
466 tptr = p + 3;
474 ND_TCHECK2(*tptr, sizeof(struct ie_tlv_header_t));
475 ie_type=tptr[0];
476 ie_len=tptr[1];
487 ND_TCHECK2(*tptr, ie_len);
488 tptr+=sizeof(struct ie_tlv_header_t);
496 ND_PRINT((ndo, "0x%08x", EXTRACT_32BITS(tptr)));
502 if (*(tptr+idx) != 0) /* don't print null termination */
503 safeputchar(ndo, *(tptr + idx));
511 ts_print(ndo, (const struct timeval *)tptr);
526 print_unknown_data(ndo, tptr, "\n\t ", ie_len);
532 print_unknown_data(ndo, tptr, "\n\t ", ie_len);
535 tptr