Searched refs:error (Results 1 – 21 of 21) sorted by relevance
| /lib/liblwip/src/core/ |
| D | init.c | 65 #error "BYTE_ORDER is not defined, you have to define it in your cc.h" 68 …#error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_… 71 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h" 74 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h" 77 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h" 80 #error "If you want to use IGMP, you have to define LWIP_UDP=1 in your lwipopts.h" 83 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h" 86 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h" 90 …#error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts… 93 #error "If you want to use RAW, you have to define MEMP_NUM_RAW_PCB>=1 in your lwipopts.h" [all …]
|
| /lib/libc/posix/ |
| D | mman.c | 10 #error "Unsupported Architecture!" 30 #error "Unsupported Architecture!" in getpagesizes()
|
| D | pthread.c | 23 int error; // errno member 49 return &(pth->error); in __error() 67 thr->error = 0; in __pthread_init()
|
| /lib/liblwip/test/unit/core/ |
| D | test_mem.c | 7 #error "This tests needs MEM-statistics enabled" 10 #error "This test needs DNS turned off (as it mallocs on init)"
|
| /sys/include/ |
| D | elf_generic.h | 40 #error "__ELF_WORD_SIZE must be defined as 32 or 64" 50 #error "Unknown byte order"
|
| /lib/liblwip/test/unit/udp/ |
| D | test_udp.c | 7 #error "This tests needs UDP- and MEMP-statistics enabled"
|
| /lib/liblwip/src/netif/ppp/ |
| D | ppp_impl.h | 56 #error "CBCP is not supported in lwIP PPP" 59 #error "CCP is not supported in lwIP PPP"
|
| D | ppp_oe.c | 105 #error "PPPOE_SERVER is not yet supported under lwIP!"
|
| D | ppp.c | 136 #error "PPP_INPROC_OWNTHREAD needs PPP_INPROC_MULTITHREADED==1"
|
| /lib/liblwip/doc/ |
| D | sys_arch.txt | 55 other error will provide a hint what went wrong, but except for assertions, 56 no real error handling is implemented. 104 other error will provide a hint what went wrong, but except for assertions, 105 no real error handling is implemented. 111 programming error in lwIP and the developer should be notified. 249 the standard *nix error codes, or it should #define LWIP_PROVIDE_ERRNO
|
| D | rawapi.txt | 293 If a connection is aborted because of an error, the application is 301 The error callback function does not get the pcb passed to it as a
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 8 #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled" 11 #error "This test needs ETHARP_SUPPORT_STATIC_ENTRIES enabled"
|
| /sys/amd64/ |
| D | trapentry.S | 204 # Skip error code and vector number
|
| /lib/liblwip/ |
| D | CHANGELOG | 125 * msg_in.c, msg_out.c: fixed bug #35536 SNMP: error too big response is malformed 172 error value 201 * sockets.c, api_lib.c: fixed bug #34540: compiler error when CORE_LOCKING is 261 * api_msg.c, sockets.c: fixed bug #33956 Wrong error returned when calling 575 "FATAL" classification of error codes: ERR_USE and ERR_ISCONN just aren't fatal. 836 or any netconn_recv() error) 911 error return value to struct api_msg_msg 1110 is error. 1317 pcb->err is called, not pcb->connected (with an error code). 1444 * tcp.c: Fix bug #24227, wrong error message in tcp_bind. [all …]
|
| /lib/liblwip/test/unit/tcp/ |
| D | test_tcp.c | 12 #error "This tests needs TCP- and MEMP-statistics enabled" 15 #error "This tests needs TCP_SND_BUF to be > TCP_WND"
|
| D | tcp_helper.c | 9 #error "This tests needs TCP- and MEMP-statistics enabled"
|
| D | test_tcp_oos.c | 8 #error "This tests needs TCP- and MEMP-statistics enabled" 11 #error "This tests needs TCP_QUEUE_OOSEQ enabled"
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 106 snmp_error_response(struct snmp_msg_pstat *msg_ps, u8_t error) in snmp_error_response() argument 127 msg_ps->error_status = error; in snmp_error_response() 129 msg_ps->error_index = (error != SNMP_ES_TOOBIG) ? (1 + msg_ps->vb_idx) : 0; in snmp_error_response()
|
| / |
| D | SConstruct | 19 ("STRICT", "Strict error checking (0 or 1)", "0"),
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 144 #error "ARP_TABLE_SIZE must fit in an s8_t, you have to reduce it in your lwipopts.h"
|
| /docs/ |
| D | Doxyfile | 823 # generated to standard error (stderr) by doxygen. If WARNINGS is set to YES 901 # The WARN_LOGFILE tag can be used to specify a file to which warning and error 903 # error (stderr). In case the file specified cannot be opened for writing the 904 # warning and error messages are written to standard error. When as file - is 905 # specified the warning and error messages are written to standard output
|