Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/netif/ppp/
A Dvj.c507 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
532 TCPH_SET_FLAG(th, TCP_URG); in vj_uncompress_tcp()
/lk-master/external/lib/lwip/core/
A Dtcp_out.c135 TCPH_SET_FLAG(last_unsent->tcphdr, TCP_FIN); in tcp_send_fin()
689 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
989 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output()
A Dtcp_in.c817 TCPH_SET_FLAG(cseg->tcphdr, TCP_FIN); in tcp_oos_insert_segment()
1268 TCPH_SET_FLAG(inseg.tcphdr, TCP_FIN); in tcp_receive()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h181 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | hton… macro

Completed in 12 milliseconds