Searched refs:setpassive (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | extern.h | 134 void setpassive (int, char **);
|
H A D | cmdtab.c | 158 { "passive", passivehelp, 0, 0, 0, setpassive },
|
H A D | cmds.c | 1950 setpassive(int argc, char **argv) in setpassive() function
|
/freebsd/contrib/tnftp/src/ |
H A D | extern.h | 215 void setpassive(int, char **);
|
H A D | cmdtab.c | 257 { "passive", H(passivehelp), 0, 0, 0, CMPL0 setpassive },
|
H A D | cmds.c | 2200 setpassive(int argc, char *argv[]) in setpassive() function
|