Home
last modified time | relevance | path

Searched defs:EPFNOSUPPORT (Results 1 – 4 of 4) sorted by relevance

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/
H A Derrno.h145 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/
H A Derrno.h145 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/
H A Darch.h176 #define EPFNOSUPPORT 96 /* Protocol family not supported */ macro
/nrf52832-nimble/rt-thread/include/libc/
H A Dlibc_errno.h165 #define EPFNOSUPPORT (ERROR_BASE_NO + 96) macro