Searched refs:LWIP_HOOK_TCP_OUT_ADD_TCPOPTS (Results 1 – 2 of 2) sorted by relevance
1557 #ifdef LWIP_HOOK_TCP_OUT_ADD_TCPOPTS in tcp_output_segment()1558 opts = LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(seg->p, seg->tcphdr, pcb, opts); in tcp_output_segment()1899 #ifdef LWIP_HOOK_TCP_OUT_ADD_TCPOPTS in tcp_output_fill_options()1900 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
Completed in 15 milliseconds