Searched refs:TCPH_SET_FLAG (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/include/lwip/prot/ |
D | tcp.h | 93 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | lwip… macro
|
/third_party/lwip/ |
D | 0056-fix-tso-small-packet-drop-in-kernel-server.patch | 53 - TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); 205 + TCPH_SET_FLAG(new_seg.tcphdr, TCP_ACK);
|
D | 0038-add-tso.patch | 192 + TCPH_SET_FLAG(seg->tcphdr, TCP_ACK);
|
D | 0075-adapt-read-write-for-rtc-mode.patch | 375 + TCPH_SET_FLAG(seg->tcphdr, TCP_PSH);
|
/third_party/lwip/src/netif/ppp/ |
D | vj.c | 540 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp() 565 TCPH_SET_FLAG(th, TCP_URG); in vj_uncompress_tcp()
|
/third_party/lwip/src/core/ |
D | tcp_out.c | 804 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write() 947 TCPH_SET_FLAG(useg->tcphdr, split_flags); in tcp_split_unsent_seg() 1026 TCPH_SET_FLAG(last_unsent->tcphdr, TCP_FIN); in tcp_send_fin() 1370 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output()
|
D | tcp_in.c | 1104 TCPH_SET_FLAG(cseg->tcphdr, TCP_FIN); 1548 TCPH_SET_FLAG(inseg.tcphdr, TCP_FIN);
|