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;
395 * @obuf: pointer to space for output (decompressed) packet
396 * @osize: amount of space available at @obuf
412 unsigned char *obuf, int osize)
440 obuf[0] = PPP_ADDRESS(ibuf);
441 obuf[1] = PPP_CONTROL(ibuf);
442 obuf[2] = 0;
451 state->strm.next_out = obuf + 3;
471 if ((obuf[3] & 1) == 0) {
473 obuf[2] = obuf[3];