Home
last modified time | relevance | path

Searched refs:TCPH_SET_FLAG (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dtcp.h93 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | lwip… macro
/third_party/lwip/
D0056-fix-tso-small-packet-drop-in-kernel-server.patch53 - TCPH_SET_FLAG(seg->tcphdr, TCP_ACK);
205 + TCPH_SET_FLAG(new_seg.tcphdr, TCP_ACK);
D0038-add-tso.patch192 + TCPH_SET_FLAG(seg->tcphdr, TCP_ACK);
D0075-adapt-read-write-for-rtc-mode.patch375 + TCPH_SET_FLAG(seg->tcphdr, TCP_PSH);
/third_party/lwip/src/netif/ppp/
Dvj.c540 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/
Dtcp_out.c804 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()
Dtcp_in.c1104 TCPH_SET_FLAG(cseg->tcphdr, TCP_FIN);
1548 TCPH_SET_FLAG(inseg.tcphdr, TCP_FIN);