Home
last modified time | relevance | path

Searched refs:malloc_ai (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/compat/
H A Dfake-rfc2553.c119 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) in malloc_ai() function
175 *res = malloc_ai(port, addr, hints); in getaddrinfo()
182 *res = malloc_ai(port, htonl(0x7f000001), hints); in getaddrinfo()
189 *res = malloc_ai(port, in.s_addr, hints); in getaddrinfo()
207 cur = malloc_ai(port, in->s_addr, hints); in getaddrinfo()
/freebsd/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.c124 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) in malloc_ai() function
185 *res = malloc_ai(port, addr, hints); in getaddrinfo()
192 *res = malloc_ai(port, htonl(0x7f000001), hints); in getaddrinfo()
199 *res = malloc_ai(port, in.s_addr, hints); in getaddrinfo()
217 cur = malloc_ai(port, in->s_addr, hints); in getaddrinfo()
/freebsd/contrib/ldns/compat/
H A Dfake-rfc2553.c121 addrinfo *malloc_ai(int port, u_long addr, const struct addrinfo *hints) in malloc_ai() function
179 *res = malloc_ai(port, addr, hints); in getaddrinfo()
186 *res = malloc_ai(port, htonl(0x7f000001), hints); in getaddrinfo()
193 *res = malloc_ai(port, in.s_addr, hints); in getaddrinfo()
211 cur = malloc_ai(port, in->s_addr, hints); in getaddrinfo()