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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c71 * Perform EPSV if passivemode is set and ipv6rem is TRUE.
73 static boolean_t ipv6rem; variable
301 /* Set ipv6rem to TRUE if control connection is a native IPv6 address */
303 ipv6rem = B_FALSE;
305 ipv6rem = B_TRUE;
315 if (ipv6rem == B_TRUE && use_eprt == 0)
1506 if (ipv6rem == B_TRUE) {

Completed in 48 milliseconds