Searched refs:ENOPROTOOPT (Results 1 - 25 of 28) sorted by relevance

12

/external/bison/lib/
H A Dstrerror-override.c58 case ENOPROTOOPT:
151 /* WSAENOPROTOOPT maps to ENOPROTOOPT */
H A Derrno.in.h104 # define ENOPROTOOPT 123 macro
/external/chromium_org/third_party/libxml/src/include/
H A Dwsockcompat.h48 #define ENOPROTOOPT WSAENOPROTOOPT macro
/external/kernel-headers/original/uapi/asm-generic/
H A Derrno.h65 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Derrno.h73 #define ENOPROTOOPT 99 /* Protocol not available */ macro
/external/libnl/lib/
H A Derror.c93 case ENOPROTOOPT: return NLE_INVAL;
/external/tcpdump/win32/Include/
H A Derrno.h97 #define ENOPROTOOPT 92 /* Protocol not available */ macro
/external/chromium_org/third_party/webrtc/base/
H A Dsocket.h50 #undef ENOPROTOOPT macro
51 #define ENOPROTOOPT WSAENOPROTOOPT macro
/external/qemu/include/android/
H A Dsockets.h59 # ifndef ENOPROTOOPT
60 # define ENOPROTOOPT 10042 macro
/external/qemu/android/
H A Dasync-console.c142 errno = ENOPROTOOPT;
H A Dsockets.c91 EE(WSAENOPROTOOPT,ENOPROTOOPT,"bad protocol option") \
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/socket/
H A Dsocket_node.cc229 return ENOPROTOOPT;
260 return ENOPROTOOPT;
276 return ENOPROTOOPT;
315 return ENOPROTOOPT;
/external/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp217 #ifndef ENOPROTOOPT
218 #error ENOPROTOOPT not defined
/external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
H A Dsocket_test.cc420 ASSERT_EQ(ENOPROTOOPT, errno);
432 ASSERT_EQ(ENOPROTOOPT, errno);
441 ASSERT_EQ(ENOPROTOOPT, errno);
443 ASSERT_EQ(ENOPROTOOPT, errno);
/external/dhcpcd/
H A Dlpf.c107 if (errno != ENOPROTOOPT)
/external/libcxx/test/diagnostics/syserr/
H A Derrc.pass.cpp62 static_assert(static_cast<int>(std::errc::no_protocol_option) == ENOPROTOOPT, "");
/external/chromium_org/net/third_party/nss/ssl/
H A Dunix_err.c485 case ENOPROTOOPT: prError = PR_INVALID_ARGUMENT_ERROR; break;
/external/chromium_org/tools/android/forwarder2/
H A Dsocket.cc442 CHECK_NE(ENOPROTOOPT, errno);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h130 #ifndef ENOPROTOOPT
131 #define ENOPROTOOPT WSAENOPROTOOPT macro
H A Dsctp_usrreq.c2283 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
2284 error = ENOPROTOOPT;
4288 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
4289 error = ENOPROTOOPT;
4489 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
4490 error = ENOPROTOOPT;
7246 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, ENOPROTOOPT);
7247 error = ENOPROTOOPT;
/external/libpcap/
H A Dpcap-linux.c2492 if (errno != ENOPROTOOPT && errno != EOPNOTSUPP) {
3270 sizeof(val)) == -1 && errno != ENOPROTOOPT) {
3460 if (errno == ENOPROTOOPT || errno == EINVAL)
3662 if (errno != ENOPROTOOPT) {
3664 * ENOPROTOOPT means "kernel doesn't support
3872 if (errno == ENOPROTOOPT) {
/external/valgrind/main/include/vki/
H A Dvki-darwin.h564 #define VKI_ENOPROTOOPT ENOPROTOOPT
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_socket.c2242 errno = ENOPROTOOPT;
2335 errno = ENOPROTOOPT;
/external/iptables/libxtables/
H A Dxtables.c787 } else if (errno == ENOPROTOOPT) {
/external/iptables/libiptc/
H A Dlibiptc.c2739 { NULL, ENOPROTOOPT, "iptables who? (do you need to insmod?)" },

Completed in 837 milliseconds

12