Home
last modified time | relevance | path

Searched refs:obufp (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Dtty.c984 u_char *ibufp, *obufp; local
1071 ibufp = obufp = NULL;
1158 obufp = outpacket_buf;
1159 nobuf = read(pty_master, obufp, PPP_MRU + PPP_HDRLEN);
1180 if (!record_write(recordf, 1, obufp, nobuf, &lasttime))
1189 n = write(ofd, obufp, n);
1199 obufp += n;