Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dtcp_out.c834 u8_t remainder_flags; in tcp_split_unsent_seg() local
902 remainder_flags = 0; /* ACK added in tcp_output() */ in tcp_split_unsent_seg()
906 remainder_flags |= TCP_PSH; in tcp_split_unsent_seg()
910 remainder_flags |= TCP_FIN; in tcp_split_unsent_seg()
914 …seg = tcp_create_segment(pcb, p, remainder_flags, lwip_ntohl(useg->tcphdr->seqno) + split, optflag… in tcp_split_unsent_seg()