Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dvj.c507 TCPH_SET_FLAG(th, TCP_PSH); in vj_uncompress_tcp()
532 TCPH_SET_FLAG(th, TCP_URG); in vj_uncompress_tcp()
/external/syslinux/core/lwip/src/core/
Dtcp_out.c133 TCPH_SET_FLAG(last_unsent->tcphdr, TCP_FIN); in tcp_send_fin()
682 TCPH_SET_FLAG(seg->tcphdr, TCP_PSH); in tcp_write()
979 TCPH_SET_FLAG(seg->tcphdr, TCP_ACK); in tcp_output()
Dtcp_in.c814 TCPH_SET_FLAG(cseg->tcphdr, TCP_FIN); in tcp_oos_insert_segment()
1240 TCPH_SET_FLAG(inseg.tcphdr, TCP_FIN); in tcp_receive()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h182 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | hton… macro