Home
last modified time | relevance | path

Searched refs:long_passive (Results 1 – 3 of 3) sorted by relevance

/openbsd/libexec/ftpd/
H A Dextern.h80 void long_passive(const char *, int);
H A Dftpcmd.y249 long_passive("LPSV", PF_UNSPEC);
254 long_passive("EPSV", epsvproto2af($4));
266 long_passive("EPSV", PF_UNSPEC);
H A Dftpd.c2295 long_passive(const char *cmd, int pf) in long_passive() function