Lines Matching refs:tptr
557 uchar_t *fptr, *tptr; in tsol_remove_secopt() local
561 fptr = tptr = (uchar_t *)(ipha + 1); in tsol_remove_secopt()
578 *tptr++ = oval; in tsol_remove_secopt()
601 if (tptr != fptr) in tsol_remove_secopt()
602 ovbcopy(fptr, tptr, olen); in tsol_remove_secopt()
604 tptr += olen; in tsol_remove_secopt()
611 olen = (tptr - (uchar_t *)ipha) & 3; in tsol_remove_secopt()
615 bzero(tptr, olen); in tsol_remove_secopt()
616 tptr += olen; in tsol_remove_secopt()
620 delta = fptr - tptr; in tsol_remove_secopt()
622 ovbcopy(fptr, tptr, ((uchar_t *)ipha + buflen) - fptr); in tsol_remove_secopt()