Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/
A Dtcp_out.c1557 #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()
/lib/lwip/lwip/src/include/lwip/
A Dopt.h2911 #define LWIP_HOOK_TCP_OUT_ADD_TCPOPTS(p, hdr, pcb, opts) macro

Completed in 15 milliseconds