Searched refs:xconnect (Results 1 – 4 of 4) sorted by relevance
/external/toybox/lib/ |
D | net.c | 16 int xconnect(char *host, char *port, int family, int socktype, int protocol, in xconnect() function
|
D | lib.h | 244 int xconnect(char *host, char *port, int family, int socktype, int protocol,
|
/external/toybox/toys/other/ |
D | nbd_client.c | 55 sock = xconnect(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0); in nbd_client_main()
|
/external/toybox/toys/pending/ |
D | telnet.c | 309 TT.sfd = xconnect(*toys.optargs, port, 0, SOCK_STREAM, IPPROTO_TCP, 0); in telnet_main()
|