Searched refs:si_host_byname (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/lib/libosxsupport/ |
| HD | si_getaddrinfo.c | 884 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()
|
| HD | si_module.c | 630 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()
|
| HD | search_module.c | 512 item = si_host_byname(src, name, af, interface, err); in search_host_byname()
|
| /NextBSD/include/ |
| HD | si_module.h | 318 si_item_t *si_host_byname(si_mod_t *si, const char *name, int af, const char *interface, uint32_t *…
|