Home
last modified time | relevance | path

Searched refs:tcp_route (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/core/
H A Dtcp_out.c130 /* tcp_route: common code that returns a fixed bound netif or calls ip_route */
132 tcp_route(const struct tcp_pcb *pcb, const ip_addr_t *src, const ip_addr_t *dst) in tcp_route() function
137 LWIP_ERROR("tcp_route: invalid net group", group != NULL, return NULL); in tcp_route()
1303 netif = tcp_route(pcb, &pcb->local_ip, &pcb->remote_ip); in tcp_output()
1942 netif = tcp_route(pcb, src, dst); in tcp_output_control_segment()

Completed in 3 milliseconds