Searched refs:optionValue (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp1109 * @param optionValue the value of the socket option to get or set
1117 int ipv6Option, void *optionValue, socklen_t *optionLength) {
1139 ret = getsockopt(socket, protocol, option, optionValue, optionLength);
1142 socket, sockoptLevelToString(protocol), option, optionValue,
1146 ret = setsockopt(socket, protocol, option, optionValue, *optionLength);
1152 *(int *)optionValue, *optionLength, ret,
2832 void *optionValue; local
2840 optionValue = &multicastRequest;
2845 optionValue = &interfaceIndex;
2853 IP_MULTICAST_IF, IPV6_MULTICAST_IF, optionValue,
1116 getOrSetSocketOption(int action, int socket, int ipv4Option, int ipv6Option, void *optionValue, socklen_t *optionLength) argument
[all...]

Completed in 282 milliseconds