Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dfake-getaddrinfo.c46 static struct addrinfo *malloc_ai(int port, u_long addr) in malloc_ai() function
81 if (NULL != (*res = malloc_ai(port, htonl(0x00000000)))) in getaddrinfo()
88 if (NULL != (*res = malloc_ai(port, htonl(0x7f000001)))) in getaddrinfo()
95 if (NULL != (*res = malloc_ai(port, in.s_addr))) in getaddrinfo()
104 cur = malloc_ai(port, ((struct in_addr *)hp->h_addr_list[i])->s_addr); in getaddrinfo()