Searched refs:fillIfreq (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 557 static bool fillIfreq(JNIEnv* env, jstring javaInterfaceName, struct ifreq& req) { in fillIfreq() function 1745 if (!fillIfreq(env, javaInterfaceName, req)) { in Linux_ioctlFlags() 1755 if (!fillIfreq(env, javaInterfaceName, req)) { in Linux_ioctlInetAddress() 1780 if (!fillIfreq(env, javaInterfaceName, req)) { in Linux_ioctlMTU() 2287 if (!fillIfreq(env, javaInterfaceName, req)) { in Linux_setsockoptIfreq()
|