Home
last modified time | relevance | path

Searched refs:ai_socktype (Results 1 – 5 of 5) sorted by relevance

/development/ndk/sources/android/libportable/arch-mips64/
Dsocket.c168 p, p->ai_flags, p->ai_family, p->ai_socktype, p->ai_protocol); \
201 saved_portable_socktype = portable_hints->ai_socktype; in WRAP()
202 native_hints->ai_socktype = socktype_pton(saved_portable_socktype); in WRAP()
210 portable_hints->ai_socktype = saved_portable_socktype; in WRAP()
223 rp->ai_socktype = socktype_ntop(rp->ai_socktype); in WRAP()
255 rp->ai_socktype = socktype_pton(rp->ai_socktype); /* Likely not really necessary */ in WRAP()
/development/ndk/sources/android/libportable/arch-mips/
Dsocket.c168 p, p->ai_flags, p->ai_family, p->ai_socktype, p->ai_protocol); \
201 saved_portable_socktype = portable_hints->ai_socktype; in WRAP()
202 native_hints->ai_socktype = socktype_pton(saved_portable_socktype); in WRAP()
210 portable_hints->ai_socktype = saved_portable_socktype; in WRAP()
223 rp->ai_socktype = socktype_ntop(rp->ai_socktype); in WRAP()
255 rp->ai_socktype = socktype_pton(rp->ai_socktype); /* Likely not really necessary */ in WRAP()
/development/ndk/platforms/android-3/include/
Dnetdb.h116 int ai_socktype; /* SOCK_xxx */ member
/development/ndk/platforms/android-L/include/
Dnetdb.h116 int ai_socktype; /* SOCK_xxx */ member
/development/ndk/sources/android/libportable/common/include/
Dnetdb_portable.h130 int ai_socktype; /* SOCK_xxx */ member