Searched refs:xconnectany (Results 1 - 8 of 8) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | nbd_client.c | 55 sock = xconnectany(xgetaddrinfo(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0)); in nbd_client_main()
|
/third_party/toybox/toys/pending/ |
H A D | wget.c | 137 TT.sock = xconnectany(a); in wget_connect() 167 TT.sock = xconnectany(a); in wget_connect()
|
H A D | telnet.c | 309 TT.sfd = xconnectany(xgetaddrinfo(*toys.optargs, port, 0, SOCK_STREAM, in telnet_main()
|
/third_party/toybox/lib/ |
H A D | net.c | 59 int xconnectany(struct addrinfo *ai) in xconnectany() function
|
H A D | lib.h | 366 int xconnectany(struct addrinfo *ai);
|
/third_party/toybox/toys/net/ |
H A D | netcat.c | 122 else sockfd = xconnectany(xgetaddrinfo(toys.optargs[0], toys.optargs[1], in netcat_main()
|
H A D | ftpget.c | 142 TT.fd = xconnectany(xgetaddrinfo(*toys.optargs, TT.p, 0, SOCK_STREAM, 0, in ftpget_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 357 int xconnectany(struct addrinfo *ai);
|
Completed in 5 milliseconds