tcp_extarg_callback_passive_open_fn is only used within LwIP.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIPtcp_extarg_callback_passive_open_fn

tcp_extarg_callback_passive_open_fn

Function prototype to transition arguments from a listening pcb to an accepted pcb

Syntax

typedef err_t (*tcp_extarg_callback_passive_open_fn)(u8_t id, struct tcp_pcb_listen *lpcb, struct tcp_pcb *cpcb);

References

LocationText
tcp.h:182
typedef err_t (*tcp_extarg_callback_passive_open_fn)(u8_t id, struct tcp_pcb_listen *lpcb, struct tcp_pcb *cpcb);
tcp.h:189
tcp_extarg_callback_passive_open_fn passive_open;

tcp_extarg_callback_passive_open_fn
all items filtered out