Home
last modified time | relevance | path

Searched refs:ares_socklen_t (Results 1 - 14 of 14) sorted by relevance

/third_party/cares/include/
H A Dares_rules.h86 * ares_socklen_t is actually the same as the one reported
92 [CareschkszEQ(ares_socklen_t, sizeof(CARES_TYPEOF_ARES_SOCKLEN_T))];
95 * Verify at compile time that the size of ares_socklen_t as reported
102 [CareschkszGE(ares_socklen_t, int)];
H A Dares.h404 int(*aconnect)(ares_socket_t, const struct sockaddr *, ares_socklen_t, void *);
405 ares_ssize_t(*arecvfrom)(ares_socket_t, void *, size_t, int, struct sockaddr *, ares_socklen_t *, void *);
453 ares_socklen_t salen,
607 ares_socklen_t ai_addrlen;
745 ares_socklen_t size);
H A Dares_build.h188 /* Data type definition of ares_socklen_t. */
191 typedef CARES_TYPEOF_ARES_SOCKLEN_T ares_socklen_t; typedef
/third_party/node/deps/cares/include/
H A Dares_rules.h97 * ares_socklen_t is actually the same as the one reported
102 ares_socklen_t, sizeof(CARES_TYPEOF_ARES_SOCKLEN_T))];
105 * Verify at compile time that the size of ares_socklen_t as reported
110 typedef char __cares_rule_03__[CareschkszGE(ares_socklen_t, int)];
H A Dares.h457 int (*aconnect)(ares_socket_t, const struct sockaddr *, ares_socklen_t,
460 struct sockaddr *, ares_socklen_t *, void *);
494 ares_socklen_t salen, int flags,
640 ares_socklen_t ai_addrlen;
769 ares_socklen_t size);
H A Dares_build.h200 /* Data type definition of ares_socklen_t. */
203 typedef CARES_TYPEOF_ARES_SOCKLEN_T ares_socklen_t; typedef
/third_party/node/deps/cares/src/lib/
H A Dinet_ntop.c59 ares_socklen_t size) in ares_inet_ntop()
210 ares_socklen_t size) in ares_inet_ntop()
H A Dares__socket.c65 ares_socklen_t *from_len) in ares__socket_recvfrom()
172 ares_socklen_t bindlen = 0; in configure_socket()
246 ares_socklen_t salen; in ares__open_connection()
407 const struct sockaddr *addr, ares_socklen_t addrlen) in ares__connect_socket()
H A Dares_ipv6.h56 ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */
H A Dares_private.h455 ares_socklen_t *from_len);
460 const struct sockaddr *addr, ares_socklen_t addrlen);
H A Dares_getnameinfo.c91 ares_socklen_t salen, int flags_int, in ares_getnameinfo_int()
190 ares_socklen_t salen, int flags_int, in ares_getnameinfo()
H A Dares__sortaddrinfo.c353 ares_socklen_t len; in find_src_addr()
H A Dares_process.c421 ares_socklen_t fromlen; in read_udp_packets_fd()
H A Dares__hosts_file.c241 if (!ares_inet_ntop(data.family, addr, out, (ares_socklen_t)out_len)) { in ares__normalize_ipaddr()

Completed in 20 milliseconds