Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c53 extern int use_eprt;
129 use_eprt = 1; in main()
H A Dftp.c74 int use_eprt = 0; /* Testing option that specifies EPRT by default */ variable
315 if (ipv6rem == B_TRUE && use_eprt == 0) in hookup()