Searched refs:si_addrinfo_list (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c519 si_addrinfo_list(si_mod_t *si, uint32_t flags, int socktype, int proto, struct in_addr *a4, struct in6_addr *a6, int port, int scopeid, const char *cname4, const char *cname6) function
726 list = si_addrinfo_list(si, flags, socktype, proto, NULL, &a6, port, scope, NULL, h6->h_name);
738 list = si_addrinfo_list(si, flags, socktype, proto, &a4, NULL, port, 0, h4->h_name, NULL);
1194 out = si_addrinfo_list(si, flags, socktype, proto, p4, p6, port, scope, cname, cname);
H A Dsi_module.h365 si_list_t *si_addrinfo_list(si_mod_t *si, uint32_t flags, int socktype, int proto, struct in_addr *a4, struct in6_addr *a6, int port, int scopeid, const char *cname4, const char *cname6);
H A Dmdns_module.c573 out = si_addrinfo_list(si, flags, socktype, proto, p4, p6, port, 0, cname, cname);

Completed in 156 milliseconds