Home
last modified time | relevance | path

Searched refs:UDP_GRO (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp615 #if defined(UDP_GRO) in OsConstants_initConstants()
616 initConstant(env, c, "UDP_GRO", UDP_GRO); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java783 public static final int UDP_GRO = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java884 Os.setsockoptInt(recvFd, IPPROTO_UDP, UDP_GRO, 1); //enable GRO
1485 Os.setsockoptInt(fd, IPPROTO_UDP, UDP_GRO, setValue);
/libcore/api/
Dcurrent.txt542 field public static final int UDP_GRO;