Searched refs:LWIP_HOOK_TCP_OUT_ADD_TCPOPTS (Results 1 – 2 of 2) sorted by relevance
1561 #ifdef LWIP_HOOK_TCP_OUT_ADD_TCPOPTS in tcp_output_segment()1562 opts = LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(seg->p, seg->tcphdr, pcb, opts); in tcp_output_segment()1903 #ifdef LWIP_HOOK_TCP_OUT_ADD_TCPOPTS in tcp_output_fill_options()1904 opts = LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, tcphdr, pcb, opts); in tcp_output_fill_options()
2900 #define LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, hdr, pcb, opts) macro