Searched refs:tcp_create_segment (Results 1 – 3 of 3) sorted by relevance
/minix3/minix/lib/liblwip/dist/test/unit/tcp/ |
H A D | tcp_helper.h | 32 struct pbuf* tcp_create_segment(ip_addr_t* src_ip, ip_addr_t* dst_ip,
|
H A D | tcp_helper.c | 107 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 D | tcp_out.c | 173 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()
|