Lines Matching defs:obuf
47 unsigned char *obuf,
51 int isize, unsigned char *obuf, int osize);
178 * @obuf: compressed packet (output)
180 * @osize: space available at @obuf
185 static int z_compress(void *arg, unsigned char *rptr, unsigned char *obuf,
204 wptr = obuf;
394 * @obuf: pointer to space for output (decompressed) packet
395 * @osize: amount of space available at @obuf
411 unsigned char *obuf, int osize)
439 obuf[0] = PPP_ADDRESS(ibuf);
440 obuf[1] = PPP_CONTROL(ibuf);
441 obuf[2] = 0;
450 state->strm.next_out = obuf + 3;
470 if ((obuf[3] & 1) == 0) {
472 obuf[2] = obuf[3];