/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);
|
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
sqlite3.h | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |
sqlite3.h | [all...] |
/external/toybox/www/ |
index.html | 282 <p>New additions to lib/ include strlower(), xconnect(), and the [all...] |
news.html | 282 <p>New additions to lib/ include strlower(), xconnect(), and the [all...] |