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

/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintaps.c82 ftp.ftp_side[0].ftps_buf[FTP_BUFSZ - 1] = '\0';
83 ftp.ftp_side[1].ftps_buf[FTP_BUFSZ - 1] = '\0';
91 printbuf(ftp.ftp_side[0].ftps_buf, FTP_BUFSZ, 1);
99 printbuf(ftp.ftp_side[1].ftps_buf, FTP_BUFSZ, 1);
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c250 f->ftps_rptr = f->ftps_buf;
251 f->ftps_wptr = f->ftps_buf;
253 f->ftps_rptr = f->ftps_buf;
254 f->ftps_wptr = f->ftps_buf;
1490 len = MIN(mlen, sizeof(f->ftps_buf) - (wptr - rptr));
1518 if (wptr - rptr == sizeof(f->ftps_buf)) {
1523 f->ftps_rptr = f->ftps_buf;
1524 f->ftps_wptr = f->ftps_buf;
1588 rptr = wptr = f->ftps_buf;
1596 if (rptr > f->ftps_buf) {
[all...]
H A Dip_proxy.h173 char ftps_buf[FTP_BUFSZ]; member in struct:ftpside

Completed in 105 milliseconds