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

  /external/openssh/
canohost.c 53 struct addrinfo hints, *ai, *aitop; local
121 if (getaddrinfo(name, NULL, &hints, &aitop) != 0) {
127 for (ai = aitop; ai; ai = ai->ai_next) {
133 freeaddrinfo(aitop);
channels.h 84 struct addrinfo *ai, *aitop; member in struct:channel_connect
ssh-keyscan.c 291 struct addrinfo hints, *ai, *aitop; local
299 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
301 for (ai = aitop; ai; ai = ai->ai_next) {
317 freeaddrinfo(aitop);
sshconnect.c 345 struct addrinfo hints, *ai, *aitop; local
359 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
373 for (ai = aitop; ai; ai = ai->ai_next) {
407 freeaddrinfo(aitop);
    [all...]
servconf.c 524 struct addrinfo hints, *ai, *aitop; local
533 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
537 for (ai = aitop; ai->ai_next; ai = ai->ai_next)
540 options->listen_addrs = aitop;
    [all...]
channels.c 2644 struct addrinfo hints, *ai, *aitop; local
3257 struct addrinfo hints, *ai, *aitop; local
3384 struct addrinfo hints, *ai, *aitop; local
    [all...]
  /external/chromium/third_party/libevent/
http.c 2728 struct addrinfo *aitop = NULL; local
2767 struct addrinfo *aitop = NULL; local
    [all...]

Completed in 343 milliseconds