Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp_out.c159 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment() argument
162 u8_t optlen = LWIP_TCP_OPT_LENGTH(optflags); in tcp_create_segment()
169 seg->flags = optflags; in tcp_create_segment()
181 (optflags & TF_SEG_DATA_CHECKSUMMED) == 0); in tcp_create_segment()
361 u8_t optflags = 0; in tcp_write() local
393 optflags = TF_SEG_OPTS_TS; in tcp_write()
586 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { in tcp_write()
726 u8_t optflags = 0; in tcp_enqueue_flags() local
744 optflags = TF_SEG_OPTS_MSS; in tcp_enqueue_flags()
748 optflags |= TF_SEG_OPTS_TS; in tcp_enqueue_flags()
[all …]