Home
last modified time | relevance | path

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

1234

/netbsd/external/mpl/dhcp/dist/common/
H A Dlpf.c90 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
114 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
210 if (errno != ENOPROTOOPT) {
285 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
321 if (errno == ENOPROTOOPT || errno == EPROTONOSUPPORT ||
/netbsd/sys/rump/include/rump/
H A Drumperrno2host.h184 #ifdef ENOPROTOOPT in rump_errno2host()
186 return ENOPROTOOPT; in rump_errno2host()
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h161 #ifndef ENOPROTOOPT
162 #define ENOPROTOOPT 9921 macro
H A D__errc63 no_protocol_option, // ENOPROTOOPT
164 no_protocol_option = ENOPROTOOPT,
/netbsd/lib/librumpuser/
H A Drumpuser_errtrans.c153 #ifdef ENOPROTOOPT in rumpuser__errtrans()
154 case ENOPROTOOPT : return 42; in rumpuser__errtrans()
/netbsd/external/mpl/bind/dist/lib/isc/win32/include/isc/
H A Dnet.h206 #ifndef ENOPROTOOPT
207 #define ENOPROTOOPT WSAENOPROTOOPT macro
/netbsd/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h213 #undef ENOPROTOOPT
214 #define ENOPROTOOPT WSAENOPROTOOPT macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc225 #ifdef ENOPROTOOPT in default_error_condition()
226 case ENOPROTOOPT: in default_error_condition()
/netbsd/sys/netbt/
H A Dsco_upper.c325 err = ENOPROTOOPT; in sco_setopt()
356 return ENOPROTOOPT; in sco_getopt()
H A Dhci_socket.c723 return ENOPROTOOPT; in hci_ctloutput()
747 err = ENOPROTOOPT; in hci_ctloutput()
778 err = ENOPROTOOPT; in hci_ctloutput()
784 err = ENOPROTOOPT; in hci_ctloutput()
H A Dl2cap_upper.c488 err = ENOPROTOOPT; in l2cap_setopt()
527 return ENOPROTOOPT; in l2cap_getopt()
H A Drfcomm_upper.c485 err = ENOPROTOOPT; in rfcomm_setopt()
524 return ENOPROTOOPT; in rfcomm_getopt()
H A Dsco_socket.c360 return ENOPROTOOPT; in sco_ctloutput()
372 err = ENOPROTOOPT; in sco_ctloutput()
H A Dl2cap_socket.c372 return ENOPROTOOPT; in l2cap_ctloutput()
384 err = ENOPROTOOPT; in l2cap_ctloutput()
/netbsd/sys/netinet6/
H A Dip6_output.c1330 return ENOPROTOOPT; in ip6_ctloutput()
1335 return ENOPROTOOPT; in ip6_ctloutput()
1729 error = ENOPROTOOPT; in ip6_ctloutput()
1734 error = ENOPROTOOPT; in ip6_ctloutput()
1942 error = ENOPROTOOPT; in ip6_ctloutput()
1947 error = ENOPROTOOPT; in ip6_ctloutput()
1969 return ENOPROTOOPT; in ip6_raw_ctloutput()
2018 error = ENOPROTOOPT; in ip6_raw_ctloutput()
2213 return (ENOPROTOOPT); in ip6_getpcbopt()
2846 return (ENOPROTOOPT); in ip6_setpktopt()
[all …]
/netbsd/external/cddl/osnet/lib/libdtrace/
H A Derrno.d123 inline int ENOPROTOOPT = 42; variable
124 #pragma D binding "1.0" ENOPROTOOPT
/netbsd/external/mit/libuv/dist/include/uv/
H A Derrno.h383 #if defined(ENOPROTOOPT) && !defined(_WIN32)
384 # define UV__ENOPROTOOPT UV__ERR(ENOPROTOOPT)
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dstrerror-override.c58 case ENOPROTOOPT: in strerror_override()
/netbsd/sys/sys/
H A Derrno.h91 #define ENOPROTOOPT 42 /* Protocol option not available */ macro
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c58 case ENOPROTOOPT: in strerror_override()
/netbsd/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c120 case ENOPROTOOPT: in uerr2isc()
/netbsd/external/gpl3/gdb/dist/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol not available"),
/netbsd/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol option not available"),
/netbsd/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol option not available"),
/netbsd/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c349 #if defined (ENOPROTOOPT)
350 ENTRY(ENOPROTOOPT, "ENOPROTOOPT", "Protocol option not available"),

1234