HomeSort by: relevance | last modified time | path
    Searched defs:get_ai (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
getaddrinfo.c 189 static struct addrinfo *get_ai __P((const struct addrinfo *,
227 #define GET_AI(ai, afd, addr) \
230 (ai) = get_ai(pai, (afd), (addr)); \
754 GET_AI(cur->ai_next, afd, afd->a_addrany);
760 GET_AI(cur->ai_next, afd, afd->a_loopback);
807 GET_AI(cur->ai_next, afd, pton);
820 GET_AI(cur->ai_next, afd, pton);
921 get_ai(pai, afd, addr) function
1195 GET_AI(cur->ai_next, afd, ap);
1231 return(get_ai(pai, afd, cp))
    [all...]
getaddrinfo.c 189 static struct addrinfo *get_ai __P((const struct addrinfo *,
227 #define GET_AI(ai, afd, addr) \
230 (ai) = get_ai(pai, (afd), (addr)); \
754 GET_AI(cur->ai_next, afd, afd->a_addrany);
760 GET_AI(cur->ai_next, afd, afd->a_loopback);
807 GET_AI(cur->ai_next, afd, pton);
820 GET_AI(cur->ai_next, afd, pton);
921 get_ai(pai, afd, addr) function
1195 GET_AI(cur->ai_next, afd, ap);
1231 return(get_ai(pai, afd, cp))
    [all...]
  /src/lib/libc/net/
getaddrinfo.c 248 static struct addrinfo *get_ai(const struct addrinfo *,
317 #define GET_AI(ai, afd, addr) \
320 (ai) = get_ai(pai, (afd), (addr)); \
1262 GET_AI(cur->ai_next, afd, afd->a_addrany);
1268 GET_AI(cur->ai_next, afd, afd->a_loopback);
1338 GET_AI(cur->ai_next, afd, pton);
1358 GET_AI(cur->ai_next, afd, pton);
1491 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr) function
1879 cur->ai_next = get_ai(&ai, afd, (const char *)cp);
getaddrinfo.c 248 static struct addrinfo *get_ai(const struct addrinfo *,
317 #define GET_AI(ai, afd, addr) \
320 (ai) = get_ai(pai, (afd), (addr)); \
1262 GET_AI(cur->ai_next, afd, afd->a_addrany);
1268 GET_AI(cur->ai_next, afd, afd->a_loopback);
1338 GET_AI(cur->ai_next, afd, pton);
1358 GET_AI(cur->ai_next, afd, pton);
1491 get_ai(const struct addrinfo *pai, const struct afd *afd, const char *addr) function
1879 cur->ai_next = get_ai(&ai, afd, (const char *)cp);

Completed in 30 milliseconds