Searched defs:intSize (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp2423 socklen_t intSize = sizeof(int); local
2454 result = getsockopt(handle, IPPROTO_TCP, TCP_NODELAY, &intValue, &intSize);
2463 result = getsockopt(handle, SOL_SOCKET, SO_SNDBUF, &intValue, &intSize);
2472 result = getsockopt(handle, SOL_SOCKET, SO_RCVBUF, &intValue, &intSize);
2481 result = getsockopt(handle, SOL_SOCKET, SO_BROADCAST, &intValue, &intSize);
2490 result = getsockopt(handle, SOL_SOCKET, SO_REUSEADDR, &intValue, &intSize);
2499 result = getsockopt(handle, SOL_SOCKET, SO_KEEPALIVE, &intValue, &intSize);
2508 result = getsockopt(handle, SOL_SOCKET, SO_OOBINLINE, &intValue, &intSize);
2518 IPV6_TCLASS, &intValue, &intSize);
2545 &intSize);
2639 socklen_t intSize = sizeof(int); local
[all...]

Completed in 133 milliseconds