Searched refs:FTPXY_JUNK_OK (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c42 #define FTPXY_JUNK_OK 0 macro
1078 * 0 FTPXY_JUNK_OK
1244 return FTPXY_JUNK_OK;
1502 if (f->ftps_junk != FTPXY_JUNK_OK) {
1528 while ((f->ftps_junk == FTPXY_JUNK_OK) && (wptr > rptr)) {
1541 if (f->ftps_junk == FTPXY_JUNK_OK) {
1570 if ((f->ftps_junk != FTPXY_JUNK_OK) && (rptr < wptr)) {
1577 f->ftps_junk = FTPXY_JUNK_OK;

Completed in 177 milliseconds