Home
last modified time | relevance | path

Searched refs:TCPH_FLAGS_SET (Results 1 – 12 of 12) sorted by relevance

/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dtcp.h87 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_… macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dtcp.h90 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_… macro
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtcp_helper.c81 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd()
/components/net/lwip/lwip-2.1.2/test/unit/tcp/
A Dtcp_helper.c88 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd()
/components/net/lwip/lwip-2.0.3/test/unit/tcp/
A Dtcp_helper.c83 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd()
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp_impl.h178 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_… macro
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp_in.c1230 TCPH_FLAGS_SET(inseg.tcphdr, TCPH_FLAGS(inseg.tcphdr) &~ TCP_FIN); in tcp_receive()
1475 TCPH_FLAGS_SET(next->next->tcphdr, TCPH_FLAGS(next->next->tcphdr) &~ TCP_FIN); in tcp_receive()
A Dtcp_out.c1461 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp_in.c1396 TCPH_FLAGS_SET(inseg.tcphdr, TCPH_FLAGS(inseg.tcphdr) & ~(unsigned int)TCP_FIN);
1652 TCPH_FLAGS_SET(next->next->tcphdr, TCPH_FLAGS(next->next->tcphdr) & ~TCP_FIN);
A Dtcp_out.c1629 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp_in.c1473 TCPH_FLAGS_SET(inseg.tcphdr, TCPH_FLAGS(inseg.tcphdr) & ~(unsigned int)TCP_FIN);
1778 TCPH_FLAGS_SET(next->next->tcphdr, TCPH_FLAGS(next->next->tcphdr) & ~TCP_FIN);
A Dtcp_out.c2166 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()

Completed in 23 milliseconds