OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 54 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026