Searched refs:xconnect (Results 1 – 6 of 6) sorted by relevance
/external/toybox/toys/other/ |
D | nbd_client.c | 55 sock = xconnect(xgetaddrinfo(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0)); in nbd_client_main()
|
/external/toybox/toys/net/ |
D | netcat.c | 102 sockfd = xconnect(addr); in netcat_main()
|
D | ftpget.c | 108 TT.fd = xconnect(xgetaddrinfo(*toys.optargs, TT.p, 0, SOCK_STREAM, 0, in ftpget_main()
|
/external/toybox/lib/ |
D | net.c | 59 int xconnect(struct addrinfo *ai) in xconnect() function
|
D | lib.h | 324 int xconnect(struct addrinfo *ai);
|
/external/toybox/toys/pending/ |
D | telnet.c | 309 TT.sfd = xconnect(xgetaddrinfo(*toys.optargs, port, 0, SOCK_STREAM, in telnet_main()
|