Lines Matching defs:radpktoff
67 int radpktoff;
535 base->radpktoff = 0;
542 if (chunklen > base->radpktsiz - base->radpktoff){
546 base->radpktoff = 0;
549 memcpy(base->radpkt + base->radpktoff,
551 base->radpktoff += chunklen;
554 if (base->radpktoff != accessreq->pktlen) {
558 base->radpktoff = 0;
563 base->radpkt, base->radpktoff);
566 base->radpkt, base->radpktoff);
569 base->radpkt, base->radpktoff);
572 if (base->radpktoff > base->radpkt2siz) {
575 base->radpktoff)) == NULL) {
578 base->radpktoff = 0;
582 base->radpkt2siz = base->radpktoff;
584 memcpy(base->radpkt2, base->radpkt, base->radpktoff);
585 base->radpkt2len = base->radpktoff;
589 base->radpktoff);
593 base->radpkt, base->radpktoff);
594 base->radpktoff = 0;