Searched refs:explore_null (Results 1 – 1 of 1) sorted by relevance
129 static int explore_null(const struct addrinfo*, const char*, struct addrinfo**);369 error = explore_null(&tmp, servname, &cur->ai_next); in android_getaddrinfofornetcontext()476 static int explore_null(const struct addrinfo* pai, const char* servname, struct addrinfo** res) { in explore_null() function