Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DServerSocketChannelImpl.c91 jobject remote_ia = 0; in Java_sun_nio_ch_ServerSocketChannelImpl_accept0() local
129 remote_ia = NET_SockaddrToInetAddress(env, sa, (int *)&remote_port); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
131 CHECK_NULL_RETURN(remote_ia, IOS_THROWN); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
132 isa = (*env)->NewObject(env, isa_class, isa_ctorID, remote_ia, remote_port); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()