Searched refs:xconnectany (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
D | nbd_client.c | 55 sock = xconnectany(xgetaddrinfo(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0)); in nbd_client_main()
|
/external/toybox/toys/net/ |
D | netcat.c | 122 else sockfd = xconnectany(xgetaddrinfo(toys.optargs[0], toys.optargs[1], in netcat_main()
|
D | ftpget.c | 108 TT.fd = xconnectany(xgetaddrinfo(*toys.optargs, TT.p, 0, SOCK_STREAM, 0, in ftpget_main()
|
/external/toybox/lib/ |
D | net.c | 59 int xconnectany(struct addrinfo *ai) in xconnectany() function
|
D | lib.h | 363 int xconnectany(struct addrinfo *ai);
|
/external/toybox/toys/pending/ |
D | telnet.c | 243 TT.sock = xconnectany(xgetaddrinfo(*toys.optargs, toys.optargs[1] ?: "23", 0, in telnet_main()
|