HomeSort by relevance Sort by last modified time
    Searched full:lingr (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_net_LocalSocketImpl.cpp 282 struct linger lingr; local
283 size = sizeof(lingr);
284 ret = getsockopt(fd, level, opt, &lingr, &size);
285 if (!lingr.l_onoff) {
288 value = lingr.l_linger;
332 struct linger lingr; local
333 lingr.l_onoff = boolValue ? 1 : 0; // Force it to be 0 or 1.
334 lingr.l_linger = intValue;
335 ret = setsockopt(fd, level, optname, &lingr, sizeof(lingr));
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_luni_platform_OSNetworkSystem.cpp 1078 linger lingr; local
    [all...]

Completed in 59 milliseconds