TCP_EVENT_SENT is only used within LwIP.
 
Symbols
loading...
Files
loading...

TCP_EVENT_SENT macro

Syntax

#define TCP_EVENT_SENT(pcb,space,ret) \     do { \     if((pcb)->sent != NULL) \     (ret) = (pcb)->sent((pcb)->callback_arg,(pcb),(space)); \     else (ret) = ERR_OK; \     } while (0)

Arguments

pcb

space

ret

References

LocationText
tcp_priv.h:194
#define TCP_EVENT_SENT(pcb,space,ret) \
tcp_in.c:468
TCP_EVENT_SENT(pcb, (u16_t)acked16, err);