Searched refs:xgetaddrinfo (Results 1 - 12 of 12) sorted by relevance
/third_party/toybox/toys/net/ |
H A D | netcat.c | 122 else sockfd = xconnectany(xgetaddrinfo(toys.optargs[0], toys.optargs[1], in netcat_main() 136 sockfd = xbindany(xgetaddrinfo(TT.s, toybuf, family, type, 0, 0)); in netcat_main()
|
H A D | sntp.c | 84 ai = xgetaddrinfo(*toys.optargs, TT.p, AF_UNSPEC, SOCK_DGRAM, IPPROTO_UDP, in sntp_main()
|
H A D | ftpget.c | 142 TT.fd = xconnectany(xgetaddrinfo(*toys.optargs, TT.p, 0, SOCK_STREAM, 0, in ftpget_main()
|
H A D | ping.c | 147 ai2 = xgetaddrinfo(*toys.optargs, 0, family, 0, 0, 0); in ping_main()
|
/third_party/toybox/toys/other/ |
H A D | nbd_client.c | 55 sock = xconnectany(xgetaddrinfo(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0)); in nbd_client_main()
|
/third_party/toybox/toys/pending/ |
H A D | wget.c | 136 xgetaddrinfo(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0); in wget_connect() 166 xgetaddrinfo(host, port, AF_UNSPEC, SOCK_STREAM, 0, 0); in wget_connect()
|
H A D | arp.c | 89 struct addrinfo *ai = xgetaddrinfo(host, NULL, AF_INET, SOCK_STREAM, 0, 0); in resolve_host()
|
H A D | telnet.c | 309 TT.sfd = xconnectany(xgetaddrinfo(*toys.optargs, port, 0, SOCK_STREAM, in telnet_main()
|
/third_party/toybox/lib/ |
H A D | net.c | 19 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype, in xgetaddrinfo() function
|
H A D | lib.h | 362 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype,
|
/third_party/toybox/porting/liteos_a/toys/net/ |
H A D | ping.c | 127 ai2 = xgetaddrinfo(*toys.optargs, 0, family, 0, 0, 0); in ping_main()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 353 struct addrinfo *xgetaddrinfo(char *host, char *port, int family, int socktype,
|
Completed in 6 milliseconds