Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
Djava_net_SocketOptions.h61 #undef java_net_SocketOptions_SO_KEEPALIVE
62 #define java_net_SocketOptions_SO_KEEPALIVE 8L macro
Dnet_util_md.c925 { java_net_SocketOptions_SO_KEEPALIVE, SOL_SOCKET, SO_KEEPALIVE }, in NET_MapSocketOption()