Home
last modified time | relevance | path

Searched refs:xconnect (Results 1 – 4 of 4) sorted by relevance

/external/toybox/lib/
Dnet.c16 int xconnect(char *host, char *port, int family, int socktype, int protocol, in xconnect() function
Dlib.h244 int xconnect(char *host, char *port, int family, int socktype, int protocol,
/external/toybox/toys/other/
Dnbd_client.c55 sock = xconnect(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0); in nbd_client_main()
/external/toybox/toys/pending/
Dtelnet.c309 TT.sfd = xconnect(*toys.optargs, port, 0, SOCK_STREAM, IPPROTO_TCP, 0); in telnet_main()