Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dftpget.c61 static int connect_to_stream() in connect_to_stream() function
211 remote_fd = connect_to_stream(); //Connect to data socket. in get_file()
247 remote_fd = connect_to_stream(); //Connect to data socket. in put_file()
288 TT.sockfp = xfdopen(connect_to_stream(), "r+"); in ftpget_main()