OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:native_hints
(Results
1 - 1
of
1
) sorted by null
/development/ndk/sources/android/libportable/arch-mips/
socket.c
184
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 1550 milliseconds