Searched refs:tcp_output_segment (Results 1 – 3 of 3) sorted by relevance
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ |
H A D | tcp_out.c | 81 static void tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb); 993 tcp_output_segment(seg, pcb); in tcp_output() 1049 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb) in tcp_output_segment() function
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | tcp_out.c | 95 static err_t tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif); 1122 err = tcp_output_segment(seg, pcb, netif); in tcp_output() 1189 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) in tcp_output_segment() function
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | tcp_out.c | 128 static err_t tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif); 1360 err = tcp_output_segment(seg, pcb, netif); in tcp_output() 1455 tcp_output_segment(struct tcp_seg *seg, struct tcp_pcb *pcb, struct netif *netif) in tcp_output_segment() function
|