Home
last modified time | relevance | path

Searched defs:addrs (Results 1 – 25 of 77) sorted by relevance

1234

/third_party/ltp/utils/sctp/lib/
Daddrs.c38 struct sockaddr **addrs) in sctp_getaddrs()
93 sctp_getpaddrs(int sd, sctp_assoc_t id, struct sockaddr **addrs) in sctp_getpaddrs()
104 sctp_freepaddrs(struct sockaddr *addrs) in sctp_freepaddrs()
116 sctp_getladdrs(int sd, sctp_assoc_t id, struct sockaddr **addrs) in sctp_getladdrs()
127 sctp_freeladdrs(struct sockaddr *addrs) in sctp_freeladdrs()
Dconnectx.c37 static int __connectx_addrsize(const struct sockaddr *addrs, in __connectx_addrsize()
67 int __sctp_connectx(int fd, struct sockaddr *addrs, int addrcnt) in __sctp_connectx()
82 static int __connectx(int fd, struct sockaddr *addrs, socklen_t addrs_size, in __connectx()
117 int sctp_connectx2(int fd, struct sockaddr *addrs, int addrcnt, in sctp_connectx2()
128 int sctp_connectx3(int fd, struct sockaddr *addrs, int addrcnt, in sctp_connectx3()
Dbindx.c39 sctp_bindx(int fd, struct sockaddr *addrs, int addrcnt, int flags) in sctp_bindx()
/third_party/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
Dgrpc_ares_wrapper_fallback.cc32 std::unique_ptr<grpc_core::ServerAddressList>* addrs, in grpc_dns_lookup_ares_locked_impl()
61 grpc_resolved_addresses** addrs) {} in grpc_resolve_address_ares_impl()
Dgrpc_ares_wrapper.cc924 std::unique_ptr<grpc_core::ServerAddressList>* addrs, std::string* host, in inner_resolve_as_ip_literal_locked()
959 std::unique_ptr<grpc_core::ServerAddressList>* addrs) { in resolve_as_ip_literal_locked()
990 std::unique_ptr<grpc_core::ServerAddressList>* addrs, std::string* host, in inner_maybe_resolve_localhost_manually_locked()
1040 std::unique_ptr<grpc_core::ServerAddressList>* addrs) { in grpc_ares_maybe_resolve_localhost_manually_locked()
1058 std::unique_ptr<grpc_core::ServerAddressList>* addrs, in grpc_dns_lookup_ares_locked_impl()
1211 grpc_resolved_addresses** addrs) { in grpc_resolve_address_ares_impl()
/third_party/grpc/test/core/surface/
Dserver_test.cc144 static void test_bind_server_to_addrs(const char** addrs, size_t n) { in test_bind_server_to_addrs()
160 static const char* addrs[] = { in main() local
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_insert_nops.cpp34 void create_mimg(bool nsa, unsigned addrs, unsigned instr_dwords) in create_mimg()
/third_party/curl/tests/unit/
Dunit1608.c30 static struct Curl_addrinfo addrs[NUM_ADDRS]; variable
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dfreeifaddrs.c29 struct ifaddrs *addrs = NULL; in freeifaddrs_0100() local
/third_party/grpc/src/core/lib/iomgr/
Dresolve_address_custom.cc122 grpc_resolved_addresses* addrs; in blocking_resolve_address_impl() local
143 grpc_resolved_addresses** addrs) { in resolve_address_impl()
Dresolve_address.h50 grpc_resolved_address* addrs; member
Dresolve_address_posix.cc161 grpc_resolved_addresses** addrs) { in posix_resolve_address()
/third_party/musl/src/network/
Dgethostbyname2_r.c15 struct address addrs[MAXADDRS]; in gethostbyname2_r() local
Dgetaddrinfo.c22 struct address addrs[MAXADDRS]; in getaddrinfo() local
/third_party/libuv/src/unix/
Dbsd-ifaddrs.c69 struct ifaddrs* addrs; in uv_interface_addresses() local
/third_party/glib/gio/
Dgresolver.c272 remove_duplicates (GList *addrs) in remove_duplicates()
340 GList **addrs, in handle_ip_address_or_localhost()
425 GList *addrs; in lookup_by_name_real() local
565 GList *addrs; in lookup_by_name_async_real() local
639 GList *addrs; in lookup_by_name_finish_real() local
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgsttcpelements.c45 GList *addrs = NULL; in tcp_get_addresses() local
Dgsttcpserversink.c299 GList *addrs; in gst_tcp_server_sink_init_send() local
Dgsttcpclientsink.c286 GList *addrs; in gst_tcp_client_sink_start() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ps/
Dpush_kernel.h41 std::vector<uintptr_t> addrs; in Launch() local
/third_party/node/deps/cares/src/lib/
Dares__addrinfo2hostent.c52 char *addrs = NULL; in ares__addrinfo2hostent() local
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6t_rt.h15 struct in6_addr addrs[IP6T_RT_HOPS]; /* Hops */ member
/third_party/ltp/testcases/kernel/mem/tunable/
Dmin_free_kbytes.c164 void *addrs; in eatup_mem() local
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_readv03.c195 long *addrs; in child_invoke() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_gs.c140 LLVMValueRef *addrs = abi->outputs; in si_llvm_emit_es_epilogue() local
227 static void si_llvm_emit_vertex(struct ac_shader_abi *abi, unsigned stream, LLVMValueRef *addrs) in si_llvm_emit_vertex()

1234