Searched refs:lingr (Results 1 - 1 of 1) sorted by last modified time

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp2435 struct linger lingr; local
2437 result = getsockopt(handle, SOL_SOCKET, SO_LINGER, &lingr, &size);
2442 if (!lingr.l_onoff) {
2445 intValue = lingr.l_linger;
2668 struct linger lingr; local
2669 lingr.l_onoff = intVal > 0 ? 1 : 0;
2670 lingr.l_linger = intVal;
2671 result = setsockopt(handle, SOL_SOCKET, SO_LINGER, &lingr,

Completed in 8 milliseconds