Home
last modified time | relevance | path

Searched refs:xconnectany (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/toys/other/
H A Dnbd_client.c55 sock = xconnectany(xgetaddrinfo(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0)); in nbd_client_main()
/third_party/toybox/toys/pending/
H A Dwget.c137 TT.sock = xconnectany(a); in wget_connect()
167 TT.sock = xconnectany(a); in wget_connect()
H A Dtelnet.c309 TT.sfd = xconnectany(xgetaddrinfo(*toys.optargs, port, 0, SOCK_STREAM, in telnet_main()
/third_party/toybox/lib/
H A Dnet.c59 int xconnectany(struct addrinfo *ai) in xconnectany() function
H A Dlib.h366 int xconnectany(struct addrinfo *ai);
/third_party/toybox/toys/net/
H A Dnetcat.c122 else sockfd = xconnectany(xgetaddrinfo(toys.optargs[0], toys.optargs[1], in netcat_main()
H A Dftpget.c142 TT.fd = xconnectany(xgetaddrinfo(*toys.optargs, TT.p, 0, SOCK_STREAM, 0, in ftpget_main()
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h357 int xconnectany(struct addrinfo *ai);

Completed in 5 milliseconds