Lines Matching refs:proto
189 int r, proto, off, olen, oavail;
195 proto = PPP_PROTOCOL(rptr);
196 if (proto > 0x3fff || proto == 0xfd || proto == 0xfb)
220 off = (proto > 0xff) ? 2 : 3; /* skip 1st proto byte if 0 */
497 printk(KERN_DEBUG "z_decompress%d: didn't get proto\n",
520 int proto, r;
525 proto = PPP_PROTOCOL(ibuf);
526 if (proto > 0x3fff || proto == 0xfd || proto == 0xfb)
537 if (proto > 0xff) {