Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/test/unit/tcp/
H A Dtcp_helper.h32 struct pbuf* tcp_create_segment(ip_addr_t* src_ip, ip_addr_t* dst_ip,
H A Dtcp_helper.c107 tcp_create_segment(ip_addr_t* src_ip, ip_addr_t* dst_ip, in tcp_create_segment() function
123 return tcp_create_segment(&pcb->remote_ip, &pcb->local_ip, pcb->remote_port, pcb->local_port, in tcp_create_rx_segment()
/minix3/minix/lib/liblwip/dist/src/core/
H A Dtcp_out.c173 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment() function
628 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { in tcp_write()
836 if ((seg = tcp_create_segment(pcb, p, flags, pcb->snd_lbb, optflags)) == NULL) { in tcp_enqueue_flags()