Home | History | Annotate | Download | only in pppd

Lines Matching refs:obufp

981     u_char *ibufp, *obufp;
1068 ibufp = obufp = NULL;
1155 obufp = outpacket_buf;
1156 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
1177 if (!record_write(recordf, 1, obufp, nobuf, &lasttime))
1186 n = write(ofd, obufp, n);
1196 obufp += n;