Home
last modified time | relevance | path

Searched refs:tcp_pcb_ext_args (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcp.h196 struct tcp_pcb_ext_args { struct
201 #define TCP_PCB_EXTARGS struct tcp_pcb_ext_args ext_args[LWIP_TCP_PCB_NUM_EXT_ARGS]; argument
/third_party/lwip/src/core/
Dtcp.c194 static void tcp_ext_arg_invoke_callbacks_destroyed(struct tcp_pcb_ext_args *ext_args);
2649 tcp_ext_arg_invoke_callbacks_destroyed(struct tcp_pcb_ext_args *ext_args) in tcp_ext_arg_invoke_callbacks_destroyed()