Searched refs:sim_host_byaddr (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/Libinfo-459/lookup.subproj/
H A Dcache_module.c432 .sim_host_byaddr = &cache_host_byaddr,
H A Dsi_module.h232 si_item_t *(*sim_host_byaddr)(struct si_mod_s *si, const void *addr, int af, const char *interface, uint32_t *err); member in struct:si_mod_vtable_s
H A Dsi_module.c624 if (si->vtable->sim_host_byaddr == NULL) return NULL;
625 return si->vtable->sim_host_byaddr(si, addr, af, interface, err);
H A Dsearch_module.c892 .sim_host_byaddr = &search_host_byaddr,
H A Dfile_module.c2308 .sim_host_byaddr = &file_host_byaddr,
H A Dmdns_module.c774 .sim_host_byaddr = &mdns_hostbyaddr,
H A Dds_module.c2189 .sim_host_byaddr = NULL,

Completed in 316 milliseconds