Home
last modified time | relevance | path

Searched refs:message (Results 1 – 6 of 6) sorted by relevance

/lib/liblwip/src/include/lwip/
Ddebug.h66 #define LWIP_ASSERT(message, assertion) do { if(!(assertion)) \ argument
67 LWIP_PLATFORM_ASSERT(message); } while(0)
69 #define LWIP_ASSERT(message, assertion) argument
74 #define LWIP_ERROR(message, expression, handler) do { if (!(expression)) { \ argument
75 LWIP_PLATFORM_ASSERT(message); handler;}} while(0)
82 #define LWIP_DEBUGF(debug, message) do { \ argument
87 LWIP_PLATFORM_DIAG(message); \
95 #define LWIP_DEBUGF(debug, message) argument
/lib/liblwip/doc/
Dsys_arch.txt25 kinds. Mailboxes are used for message passing and can be implemented
27 mailbox, or as a rendez-vous point where only one message can be
29 be more efficient. A message in a mailbox is just a pointer, nothing
125 Blocks the thread until a message arrives in the mailbox, but does
128 be blocked until a message arrives. The "msg" argument is a result
130 ptr"). The "msg" parameter maybe NULL to indicate that the message
142 This is similar to sys_arch_mbox_fetch, however if a message is not
235 LWIP_PLATFORM_DIAG(x) - non-fatal, print a message.
236 LWIP_PLATFORM_ASSERT(x) - fatal, print message and abandon execution.
Dsnmp_agent.txt7 read rawapi.txt to gain a better understanding of the SNMP message handling.
47 Large SNMP message support
Drawapi.txt32 communicate with this main thread through message passing.
/lib/liblwip/src/netif/ppp/
Dppp_oe.c1111 pppoe_clear_softc(struct pppoe_softc *sc, const char *message) in pppoe_clear_softc() argument
1113 LWIP_UNUSED_ARG(message); in pppoe_clear_softc()
1117 … %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_session, message)); in pppoe_clear_softc()
/lib/liblwip/
DCHANGELOG74 memory message
773 * dhcp.c: Fixed bug #29072: Correctly set ciaddr based on message-type
1117 * ppp.c: bug #27266: wait-state debug message in pppMain occurs every ms
1234 recv_avail and don't increment counters until message successfully
1398 * dhcp.c: fixed bug #25345 (DHCPDECLINE is sent with "Maximum message size"
1444 * tcp.c: Fix bug #24227, wrong error message in tcp_bind.
1543 full or if the message is posted. Take a look to sys_arch.txt for more details.
1717 the next query message to receive the matching multicast streams).
1824 and starving other message types.
1951 Include a function pointer instead of a table index in the message to reduce
[all …]