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

  /src/external/bsd/nsd/dist/compat/
fake-rfc2553.c 119 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) function
175 *res = malloc_ai(port, addr, hints);
182 *res = malloc_ai(port, htonl(0x7f000001), hints);
189 *res = malloc_ai(port, in.s_addr, hints);
207 cur = malloc_ai(port, in->s_addr, hints);
  /src/external/bsd/unbound/dist/compat/
fake-rfc2553.c 119 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) function
175 *res = malloc_ai(port, addr, hints);
182 *res = malloc_ai(port, htonl(0x7f000001), hints);
189 *res = malloc_ai(port, in.s_addr, hints);
207 cur = malloc_ai(port, in->s_addr, hints);

Completed in 16 milliseconds