Searched refs:ff_EPROTONOSUPPORT (Results 1 – 2 of 2) sorted by relevance
| /f-stack/lib/ | ||
| H A D | ff_errno.h | 79 #define ff_EPROTONOSUPPORT 43 /* Protocol not supported */ macro |
| H A D | ff_host_interface.c | 285 case ff_EPROTONOSUPPORT: errno = EPROTONOSUPPORT; break; in ff_os_errno() |