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 D | tcp.h | 87 #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 D | tcp.h | 90 #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 D | tcp_helper.c | 81 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd()
|
| /components/net/lwip/lwip-2.1.2/test/unit/tcp/ |
| A D | tcp_helper.c | 88 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd()
|
| /components/net/lwip/lwip-2.0.3/test/unit/tcp/ |
| A D | tcp_helper.c | 83 TCPH_FLAGS_SET(tcphdr, headerflags); in tcp_create_segment_wnd()
|
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp_impl.h | 178 #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 D | tcp_in.c | 1230 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 D | tcp_out.c | 1461 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp_in.c | 1396 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 D | tcp_out.c | 1629 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp_in.c | 1473 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 D | tcp_out.c | 2166 TCPH_FLAGS_SET(tcphdr, TCP_ACK | TCP_FIN); in tcp_zero_window_probe()
|
Completed in 23 milliseconds