Home
last modified time | relevance | path

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

/third_party/lwip/test/unit/tcp/
Dtcp_helper.h38 struct pbuf* tcp_create_segment(ip_addr_t* src_ip, ip_addr_t* dst_ip,
Dtcp_helper.c112 tcp_create_segment(ip_addr_t* src_ip, ip_addr_t* dst_ip, in tcp_create_segment() function
128 return tcp_create_segment(&pcb->remote_ip, &pcb->local_ip, pcb->remote_port, pcb->local_port, in tcp_create_rx_segment()
Dtest_tcp.c130 p = tcp_create_segment(&src_addr, &lpcb->local_ip, 12345, in START_TEST()
141 p = tcp_create_segment(&src_addr, &lpcb->local_ip, 12345, in START_TEST()
/third_party/lwip/src/core/
Dtcp_out.c158 tcp_create_segment(const struct tcp_pcb *pcb, struct pbuf *p, u8_t hdrflags, u32_t seqno, u8_t optf… in tcp_create_segment() function
666 if ((seg = tcp_create_segment(pcb, p, 0, pcb->snd_lbb + pos, optflags)) == NULL) { in tcp_write()
914 …seg = tcp_create_segment(pcb, p, remainder_flags, lwip_ntohl(useg->tcphdr->seqno) + split, optflag… in tcp_split_unsent_seg()
1086 if ((seg = tcp_create_segment(pcb, p, flags, pcb->snd_lbb, optflags)) == NULL) { in tcp_enqueue_flags()