Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DNet.c283 (errno != ENOPROTOOPT)) { in Java_sun_nio_ch_Net_socket0()
586 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop4()
618 if (block && (errno == ENOPROTOOPT)) in Java_sun_nio_ch_Net_blockOrUnblock4()
656 if (join && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_joinOrDrop6()
685 if (block && (errno == ENOPROTOOPT || errno == EOPNOTSUPP)) in Java_sun_nio_ch_Net_blockOrUnblock6()
/libcore/luni/src/main/java/android/system/
DOsConstants.java293 public static final int ENOPROTOOPT = placeholder(); field in OsConstants
1136 if (errno == ENOPROTOOPT) { in errnoName()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp193 initConstant(env, c, "ENOPROTOOPT", ENOPROTOOPT); in OsConstants_initConstants()
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1641 ErrnoException.class, ENOPROTOOPT,
1655 ErrnoException.class, ENOPROTOOPT,
/libcore/api/
Dcurrent.txt257 field public static final int ENOPROTOOPT;