Searched refs:setpeer (Results 1 – 12 of 12) sorted by relevance
/freebsd/usr.bin/tftp/ |
H A D | main.c | 91 static void setpeer(int, char **); 125 { "connect", setpeer, "connect to remote tftp" }, 198 setpeer(argc, argv); in main() 345 setpeer(int argc, char *argv[]) in setpeer() function
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | extern.h | 135 void setpeer (int, char **);
|
H A D | cmdtab.c | 157 { "open", connecthelp, 0, 0, 1, setpeer },
|
H A D | main.c | 155 setpeer(argc+1, xargv); in main()
|
H A D | cmds.c | 81 setpeer(int argc, char **argv) in setpeer() function
|
/freebsd/contrib/tnftp/src/ |
H A D | extern.h | 216 void setpeer(int, char **);
|
H A D | cmdtab.c | 224 { "ftp", H(connecthelp), 0, 0, 1, CMPL0 setpeer }, 255 { "open", H(connecthelp), 0, 0, 1, CMPL0 setpeer },
|
H A D | main.c | 566 setpeer(argc+1, xargv); in main()
|
H A D | util.c | 110 setpeer(int argc, char *argv[]) in setpeer() function
|
H A D | fetch.c | 1512 setpeer(xargc, xargv); in fetch_ftp()
|
/freebsd/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 439 * ftp/cmds.c (setpeer): __NetBSD__ is also a unix-like OS 459 * ftp/cmds.c (setpeer): handle both service names and port numbers
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 1204 * migrate the SYST parsing from setpeer() into a separate 1208 * in fetch_ftp(), always call setpeer() with autologin
|