Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DServerSocketChannelImpl.c90 int alloc_len; in Java_sun_nio_ch_ServerSocketChannelImpl_accept0() local
95 NET_AllocSockaddr(&sa, &alloc_len); in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()
107 socklen_t sa_len = alloc_len; in Java_sun_nio_ch_ServerSocketChannelImpl_accept0()