Searched refs:LWIP_HOOK_TCP_OUT_ADD_TCPOPTS (Results 1 – 2 of 2) sorted by relevance
1565 #ifdef LWIP_HOOK_TCP_OUT_ADD_TCPOPTS in tcp_output_segment()1566 opts = LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(seg->p, seg->tcphdr, pcb, opts); in tcp_output_segment()1907 #ifdef LWIP_HOOK_TCP_OUT_ADD_TCPOPTS in tcp_output_fill_options()1908 opts = LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, tcphdr, pcb, opts); in tcp_output_fill_options()
2911 #define LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, hdr, pcb, opts) macro