Home
last modified time | relevance | path

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

/NextBSD/lib/libosxsupport/
HDsi_getaddrinfo.c884 h4_item = si_host_byname(si, nodeptr, AF_INET, interface, NULL); in _gai_simple()
889 h6_item = si_host_byname(si, nodeptr, AF_INET6, interface, NULL); in _gai_simple()
1579 item6 = si_host_byname(si, name, AF_INET6, interface, (uint32_t *)err); in si_ipnode_byname()
1585 item4 = si_host_byname(si, name, AF_INET, interface, (uint32_t *)err); in si_ipnode_byname()
HDsi_module.c630 si_host_byname(si_mod_t *si, const char *name, int af, const char *interface, uint32_t *err) in si_host_byname() function
810 case SI_CALL_HOST_BYNAME: return si_host_byname(si, str1, num1, str3, err); in si_item_call()
HDsearch_module.c512 item = si_host_byname(src, name, af, interface, err); in search_host_byname()
/NextBSD/include/
HDsi_module.h318 si_item_t *si_host_byname(si_mod_t *si, const char *name, int af, const char *interface, uint32_t *…