Lines Matching refs:nip
310 getcanonname (nss_action_list nip, struct gaih_addrtuple *at, const char *name) in getcanonname() argument
312 nss_getcanonname_r *cfct = __nss_lookup_function (nip, "getcanonname_r"); in getcanonname()
541 nss_action_list nip; in gaih_inet() local
723 no_more = !__nss_database_get (nss_database_hosts, &nip); in gaih_inet()
741 fct4 = __nss_lookup_function (nip, "gethostbyname4_r"); in gaih_inet()
818 fct = __nss_lookup_function (nip, "gethostbyname3_r"); in gaih_inet()
825 fct = __nss_lookup_function (nip, "gethostbyname2_r"); in gaih_inet()
861 canonbuf = getcanonname (nip, at, name); in gaih_inet()
899 if (nss_next_action (nip, status) == NSS_ACTION_RETURN) in gaih_inet()
902 nip++; in gaih_inet()
903 if (nip->module == NULL) in gaih_inet()