Home
last modified time | relevance | path

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

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