Searched refs:ares_socklen_t (Results 1 - 14 of 14) sorted by relevance
/third_party/cares/include/ |
H A D | ares_rules.h | 86 * 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 D | ares.h | 404 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 D | ares_build.h | 188 /* 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 D | ares_rules.h | 97 * 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 D | ares.h | 457 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 D | ares_build.h | 200 /* 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 D | inet_ntop.c | 59 ares_socklen_t size) in ares_inet_ntop() 210 ares_socklen_t size) in ares_inet_ntop()
|
H A D | ares__socket.c | 65 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 D | ares_ipv6.h | 56 ares_socklen_t ai_addrlen; /* Follow rfc3493 struct addrinfo */
|
H A D | ares_private.h | 455 ares_socklen_t *from_len); 460 const struct sockaddr *addr, ares_socklen_t addrlen);
|
H A D | ares_getnameinfo.c | 91 ares_socklen_t salen, int flags_int, in ares_getnameinfo_int() 190 ares_socklen_t salen, int flags_int, in ares_getnameinfo()
|
H A D | ares__sortaddrinfo.c | 353 ares_socklen_t len; in find_src_addr()
|
H A D | ares_process.c | 421 ares_socklen_t fromlen; in read_udp_packets_fd()
|
H A D | ares__hosts_file.c | 241 if (!ares_inet_ntop(data.family, addr, out, (ares_socklen_t)out_len)) { in ares__normalize_ipaddr()
|
Completed in 20 milliseconds