Home
last modified time | relevance | path

Searched refs:c (Results 51 – 62 of 62) sorted by relevance

123

/lib/liblwip/src/include/lwip/
Dsio.h72 void sio_send(u8_t c, sio_fd_t fd);
Dtcp_impl.h99 #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
Dsys.h49 #define sys_sem_new(s, c) ERR_OK argument
/
DREADME11 # scons -c
DLICENSE1 Copyright (c) 2013-2023 Ali Mashtizadeh
/lib/liblwip/src/netif/ppp/
Dlcp.c1732 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/
DCOPYING2 * Copyright (c) 2001, 2002 Swedish Institute of Computer Science.
/lib/liblwip/doc/
Dsnmp_agent.txt105 This one is undefined by default in mib2.c. SNMP_GET_SYSUPTIME is called inside
138 contrib/ports/unix/proj/minimal/lwip_prvmib.c
Dcontrib.txt30 2. Function documentation above functions in .c files, not .h files.
Dsys_arch.txt213 mem_malloc() you can run into a circular function call problem. In mem.c
258 sys_arch.h - Tied to sys_arch.c
Drawapi.txt463 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/
DDoxyfile953 # 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