Searched refs:c (Results 51 – 62 of 62) sorted by relevance
123
| /lib/liblwip/src/include/lwip/ |
| D | sio.h | 72 void sio_send(u8_t c, sio_fd_t fd);
|
| D | tcp_impl.h | 99 #define TCP_SEQ_BETWEEN(a,b,c) ((c)-(b) >= (a)-(b)) 101 #define TCP_SEQ_BETWEEN(a,b,c) (TCP_SEQ_GEQ(a,b) && TCP_SEQ_LEQ(a,c)) argument
|
| D | sys.h | 49 #define sys_sem_new(s, c) ERR_OK argument
|
| / |
| D | README | 11 # scons -c
|
| D | LICENSE | 1 Copyright (c) 2013-2023 Ali Mashtizadeh
|
| /lib/liblwip/src/netif/ppp/ |
| D | lcp.c | 1732 int c; in print_string() local 1736 c = *p++; in print_string() 1737 if (' ' <= c && c <= '~') { in print_string() 1738 if (c == '\\' || c == '"') { in print_string() 1741 printer(arg, "%c", c); in print_string() 1743 switch (c) { in print_string() 1754 printer(arg, "\\%.3o", c); in print_string()
|
| /lib/liblwip/ |
| D | COPYING | 2 * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 105 This one is undefined by default in mib2.c. SNMP_GET_SYSUPTIME is called inside 138 contrib/ports/unix/proj/minimal/lwip_prvmib.c
|
| D | contrib.txt | 30 2. Function documentation above functions in .c files, not .h files.
|
| D | sys_arch.txt | 213 mem_malloc() you can run into a circular function call problem. In mem.c 258 sys_arch.h - Tied to sys_arch.c
|
| D | rawapi.txt | 463 routine from src/core/inet.c. You can override this standard 466 There are C examples given in inet.c or you might want to
|
| /docs/ |
| D | Doxyfile | 953 # If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp, 954 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, 960 FILE_PATTERNS = *.c \ 964 *.c++ \
|
123