Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_ftp_pxy.c285 char newbuf[IPF_FTPBUFSZ], *s; in ipf_p_ftp_port()
677 char newbuf[IPF_FTPBUFSZ]; in ipf_p_ftp_pasv()
1675 char newbuf[IPF_FTPBUFSZ]; in ipf_p_ftp_eprt4()
1817 char newbuf[IPF_FTPBUFSZ]; in ipf_p_ftp_epsv()
1890 char newbuf[IPF_FTPBUFSZ]; in ipf_p_ftp_eprt6()
H A Dip_proxy.h165 #define IPF_FTPBUFSZ 160 macro