Home
last modified time | relevance | path

Searched refs:TCPH_SET_FLAG (Results 1 – 4 of 4) 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/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.c792 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
935 TCPH_SET_FLAG(useg->tcphdr, split_flags); in tcp_split_unsent_seg()
1014 TCPH_SET_FLAG(last_unsent->tcphdr, TCP_FIN); in tcp_send_fin()
1358 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output()
Dtcp_in.c1070 TCPH_SET_FLAG(cseg->tcphdr, TCP_FIN);
1514 TCPH_SET_FLAG(inseg.tcphdr, TCP_FIN);