Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c124 extern int use_eprt;
200 use_eprt = 1; in main()
H A Dftp.c71 int use_eprt = 0; /* Testing option that specifies EPRT by default */ variable
312 if (ipv6rem == B_TRUE && use_eprt == 0) in hookup()