Searched refs:record_write (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtty.c70 static int record_write __P((FILE *, int code, u_char *buf, int nb,
1044 if (!record_write(recordf, 4, NULL, 0, &lasttime))
1049 if (!record_write(recordf, 2, ibufp, nibuf, &lasttime))
1071 if (!record_write(recordf, 3, NULL, 0, &lasttime))
1076 if (!record_write(recordf, 1, obufp, nobuf, &lasttime))
1123 record_write(f, code, buf, nb, tp) function
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtty.c123 static int record_write __P((FILE *, int code, u_char *buf, int nb,
1122 if (!record_write(recordf, 4, NULL, 0, &lasttime))
1127 if (!record_write(recordf, 2, ibufp, nibuf, &lasttime))
1149 if (!record_write(recordf, 3, NULL, 0, &lasttime))
1154 if (!record_write(recordf, 1, obufp, nobuf, &lasttime))
1201 record_write(f, code, buf, nb, tp) function
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtty.c123 static int record_write __P((FILE *, int code, u_char *buf, int nb,
1121 if (!record_write(recordf, 4, NULL, 0, &lasttime))
1126 if (!record_write(recordf, 2, ibufp, nibuf, &lasttime))
1148 if (!record_write(recordf, 3, NULL, 0, &lasttime))
1153 if (!record_write(recordf, 1, obufp, nobuf, &lasttime))
1200 record_write(f, code, buf, nb, tp) function

Completed in 40 milliseconds