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

/development/ndk/sources/android/libportable/arch-mips/
H A Dsocket.c184 struct addrinfo *native_hints; local
199 native_hints = ((struct addrinfo *) portable_hints);
200 if (native_hints != NULL) {
202 native_hints->ai_socktype = socktype_pton(saved_portable_socktype);
207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results);
209 if (native_hints != NULL) {

Completed in 3 milliseconds