Lines Matching defs:rptr
571 uchar_t *rptr, *rmax;
613 if (rptr != NULL) { \
614 while (rptr >= rmax) { \
616 rptr = NULL; \
619 rptr = mp->b_rptr; \
626 if (rptr != NULL) { \
627 (v) = *rptr++; \
639 rptr = mp->b_rptr;
658 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG)
728 if (rptr == NULL)
914 uchar_t *rptr, *rmax;
922 rptr = mp->b_rptr;
940 if (rptr == NULL || ent == PPP_COMP || ent == PPP_COMPFRAG)
952 slen = mp->b_wptr - rptr;
959 rptr = mp->b_rptr;
966 c = *rptr++;
1110 uchar_t *rptr, *rmax;
1131 rptr = cmsg->b_rptr;
1140 while (rptr >= rmax) { \
1144 rptr = NULL; \
1147 rptr = cmsg->b_rptr; \
1149 ilen += rmax-rptr; \
1156 adrs = rptr[0];
1157 ctrl = rptr[1];
1158 rptr += 4;
1160 seq = rptr == NULL ? 0 : (*rptr++ << 8);
1162 if (rptr == NULL) {
1169 seq |= *rptr++;
1229 ilen = rmax-rptr;
1235 if (rptr == NULL)
1245 accm |= *rptr++ << bitno;
1263 if (rptr != NULL) {