HomeSort by relevance Sort by last modified time
    Searched refs:xconnect (Results 1 - 4 of 4) sorted by null

  /external/toybox/lib/
net.c 16 int xconnect(char *host, char *port, int family, int socktype, int protocol, function
lib.h 244 int xconnect(char *host, char *port, int family, int socktype, int protocol,
  /external/toybox/toys/other/
nbd_client.c 55 sock = xconnect(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0);
  /external/toybox/toys/pending/
telnet.c 309 TT.sfd = xconnect(*toys.optargs, port, 0, SOCK_STREAM, IPPROTO_TCP, 0);

Completed in 334 milliseconds