HomeSort by relevance Sort by last modified time
    Searched full:addrinfo (Results 126 - 150 of 269) sorted by null

1 2 3 4 56 7 8 91011

  /external/valgrind/drd/
drd_error.h 95 } AddrInfo;
  /external/toybox/toys/pending/
ftpget.c 131 struct addrinfo hints, *result;
138 memset(&hints, 0 , sizeof(struct addrinfo));
host.c 75 struct addrinfo *ai, iplit_hints = { .ai_flags = AI_NUMERICHOST };
120 struct addrinfo ns_hints = { .ai_socktype = SOCK_DGRAM };
route.c 74 struct addrinfo hints, *result;
77 memset(&hints, 0, sizeof(struct addrinfo));
telnetd.c 69 struct addrinfo hints, *result;
98 memset(&hints, 0 , sizeof(struct addrinfo));
  /system/extras/multinetwork/
httpurl.cpp 98 struct addrinfo hints = {
102 struct addrinfo *result = nullptr;
  /system/netd/server/
NetdConstants.cpp 210 addrinfo *res;
211 addrinfo hints = {
  /external/valgrind/memcheck/
mc_errors.c 119 AddrInfo ai;
124 AddrInfo ai;
137 AddrInfo ai;
146 AddrInfo ai;
155 AddrInfo ai;
161 AddrInfo ai;
180 AddrInfo ai;
842 AddrInfo* ai = &extra.Err.FreeMismatch.ai;
    [all...]
  /external/libevent/include/event2/
util.h 503 /* Here we define evutil_addrinfo to the native addrinfo type, or redefine it
506 #define evutil_addrinfo addrinfo
508 /** A definition of struct addrinfo for systems that lack it.
510 (This is just an alias for struct addrinfo if the system defines
511 struct addrinfo.)
  /external/valgrind/coregrind/
m_addrinfo.c 89 void VG_(describe_addr) ( Addr a, /*OUT*/AddrInfo* ai )
318 void VG_(clear_addrinfo) ( AddrInfo* ai)
409 static void pp_addrinfo_WRK ( Addr a, const AddrInfo* ai, Bool mc,
649 void VG_(pp_addrinfo) ( Addr a, const AddrInfo* ai )
654 void VG_(pp_addrinfo_mc) ( Addr a, const AddrInfo* ai, Bool maybe_gcc )
  /external/c-ares/
configure.ac 682 dnl check for the addrinfo structure
683 AC_CHECK_MEMBER(struct addrinfo.ai_flags,
685 [Define to 1 if you have struct addrinfo.]),,
  /external/iproute2/tipc/
bearer.c 138 struct addrinfo *loc = NULL;
139 struct addrinfo *rem = NULL;
140 struct addrinfo hints = {
  /external/libpcap/
scanner.l 51 #include <sys/socket.h> /* for "struct sockaddr" in "struct addrinfo" */
52 #include <netdb.h> /* for "struct addrinfo" */
339 struct addrinfo hints, *res;
nametoaddr.c 118 struct addrinfo *
121 struct addrinfo hints, *res;
  /external/tcpdump/
config.h 4 /* define if you have the addrinfo function */
227 /* define if you need to include missing/addrinfo.h */
config.h.in 3 /* define if you have the addrinfo function */
247 /* define if you need to include missing/addrinfo.h */
  /external/curl/lib/
asyn.h 28 struct addrinfo;
hostip.h 51 struct addrinfo;
  /external/ipsec-tools/src/racoon/
kmpstat.c 212 struct addrinfo hint, *ai;
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
basic_resolver_iterator.hpp 69 /// Create an iterator from an addrinfo list returned by getaddrinfo.
  /external/valgrind/helgrind/
hg_addrdescr.h 40 extern void HG_(describe_addr) ( Addr a, /*OUT*/AddrInfo* ai );
  /external/webrtc/webrtc/base/
ipaddress.h 151 bool IPFromAddrInfo(struct addrinfo* info, IPAddress* out);
  /external/deqp/framework/delibs/deutil/
deSocket.c 287 struct addrinfo* result = DE_NULL;
288 struct addrinfo hints;
  /external/ipsec-tools/
setup.c 89 struct addrinfo hints = {
98 struct addrinfo *info;
  /external/toybox/toys/other/
ifconfig.c 63 struct addrinfo hints, *result, *rp = 0;
67 memset(&hints, 0 , sizeof(struct addrinfo));

Completed in 1224 milliseconds

1 2 3 4 56 7 8 91011