Lines Matching refs:xig
209 struct xinpgen *xig, *oxig; in protopr() local
247 oxig = xig = (struct xinpgen *)buf; in protopr()
248 for (xig = (struct xinpgen*)((char *)xig + xig->xig_len); in protopr()
249 xig->xig_len > sizeof(struct xinpgen); in protopr()
250 xig = (struct xinpgen *)((char *)xig + xig->xig_len)) { in protopr()
252 tp = (struct xtcpcb *)xig; in protopr()
268 oxig = xig = (struct xinpgen *)buf; in protopr()
269 for (xig = (struct xinpgen *)((char *)xig + xig->xig_len); in protopr()
270 xig->xig_len > sizeof(struct xinpgen); in protopr()
271 xig = (struct xinpgen *)((char *)xig + xig->xig_len)) { in protopr()
273 tp = (struct xtcpcb *)xig; in protopr()
276 inp = (struct xinpcb *)xig; in protopr()
586 if (xig != oxig && xig->xig_gen != oxig->xig_gen) { in protopr()
587 if (oxig->xig_count > xig->xig_count) { in protopr()
590 } else if (oxig->xig_count < xig->xig_count) { in protopr()