Home
last modified time | relevance | path

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

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java1277 public static final int UDP_GRO; field in OsConstants
1278 static { UDP_GRO = 0; }
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp624 #if defined(UDP_GRO) in OsConstants_initConstants()
625 initConstant(env, c, "UDP_GRO", UDP_GRO); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java802 public static final int UDP_GRO = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java894 Os.setsockoptInt(recvFd, IPPROTO_UDP, UDP_GRO, 1); //enable GRO
1495 Os.setsockoptInt(fd, IPPROTO_UDP, UDP_GRO, setValue);
/libcore/api/
Dcurrent.txt567 field public static final int UDP_GRO;