Lines Matching refs:ipv6
1012 * (ipv4|ipv6|domain|interface)?(:port(-range)?)?
1036 /* [ipv6]:port(-range) */
1048 /* either ipv6 or (ipv4|domain|interface):port(-range) */
1051 /* ipv6 */
1251 if(!conn->bits.ftp_use_eprt && conn->bits.ipv6)
1252 /* EPRT is disabled but we are connected to a IPv6 host, so we ignore the
1378 if(!conn->bits.ftp_use_epsv && conn->bits.ipv6)
1379 /* EPSV is disabled but we are connected to a IPv6 host, so we ignore the
1835 if(conn->bits.ipv6) {
1836 /* We can't disable EPSV when doing IPv6, so this is instead a fail */