HomeSort by relevance Sort by last modified time
    Searched full:aitop (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
configure.in 324 struct addrinfo hints, *ai, *aitop;
333 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
337 for (ai = aitop; ai; ai = ai->ai_next) {
399 if (aitop)
400 freeaddrinfo(aitop);
404 if (aitop)
405 freeaddrinfo(aitop);
configure     [all...]
  /external/chromium/third_party/libevent/
http.c 2728 struct addrinfo *aitop = NULL; local
2767 struct addrinfo *aitop = NULL; local
    [all...]
  /external/chromium/third_party/libevent/test/
regress_http.c 117 struct addrinfo ai, *aitop;
138 if (getaddrinfo(address, strport, &ai, &aitop) != 0) {
142 sa = aitop->ai_addr;
143 slen = aitop->ai_addrlen;
154 freeaddrinfo(aitop);

Completed in 43 milliseconds