/external/webrtc/webrtc/base/ |
D | socket.h | 59 #undef EPFNOSUPPORT 60 #define EPFNOSUPPORT WSAEPFNOSUPPORT macro
|
/external/openssh/openbsd-compat/ |
D | rresvport.c | 79 errno = EPFNOSUPPORT; in rresvport_af()
|
D | bindresvport.c | 86 errno = EPFNOSUPPORT; in bindresvport_sa()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 375 #ifdef EPFNOSUPPORT in errno2name() 376 CASE(EPFNOSUPPORT); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 375 #ifdef EPFNOSUPPORT in errno2name() 376 CASE(EPFNOSUPPORT); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 375 #ifdef EPFNOSUPPORT in errno2name() 376 CASE(EPFNOSUPPORT); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 79 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 78 #define EPFNOSUPPORT 123 /* Protocol family not supported */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 102 EPFNOSUPPORT = 123 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 104 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 111 case EPFNOSUPPORT: // Protocol family not supported in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 107 EPFNOSUPPORT = 123 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 443 #ifdef EPFNOSUPPORT 444 { "EPFNOSUPPORT", (unsigned long) EPFNOSUPPORT },
|
/external/u-boot/lib/ |
D | errno_str.c | 110 ERRNO_MSG(EPFNOSUPPORT, "Protocol family not supported"),
|
/external/ltp/lib/ |
D | errnos.h | 129 PAIR(EPFNOSUPPORT) in tst_strerrno()
|
D | safe_net.c | 119 case EPFNOSUPPORT: in safe_socket()
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 140 ERROR_ENTRY(EPFNOSUPPORT), // Protocol family not supported
|
/external/curl/lib/ |
D | curl_setup_once.h | 451 #define EPFNOSUPPORT WSAEPFNOSUPPORT macro
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 172 EPFNOSUPPORT = (B_POSIX_ERROR_BASE + 20) variable
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 209 #ifdef EPFNOSUPPORT in initerrno() 210 inscode(d, ds, de, "EPFNOSUPPORT", EPFNOSUPPORT, "Protocol family not supported"); in initerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 252 #ifdef EPFNOSUPPORT in PyInit_errno() 253 inscode(d, ds, de, "EPFNOSUPPORT", EPFNOSUPPORT, "Protocol family not supported"); in PyInit_errno()
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 503 .. data:: EPFNOSUPPORT
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 506 .. data:: EPFNOSUPPORT
|
/external/u-boot/drivers/core/ |
D | uclass.c | 66 return -EPFNOSUPPORT; in uclass_add()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1245 EPFNOSUPPORT = syscall.Errno(0x7b) const
|