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

/seL4-camkes-master/projects/lwip/src/include/lwip/priv/
H A Dtcp_priv.h479 u16_t tcp_eff_send_mss_netif(u16_t sendmss, struct netif *outif,
482 tcp_eff_send_mss_netif(sendmss, ip_route(src, dest), dest)
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp.c1159 pcb->mss = tcp_eff_send_mss_netif(pcb->mss, netif, &pcb->remote_ip);
2238 tcp_eff_send_mss_netif(u16_t sendmss, struct netif *outif, const ip_addr_t *dest) function
2245 LWIP_ASSERT("tcp_eff_send_mss_netif: invalid dst_ip", dest != NULL);
H A Dtcp_out.c1500 mss = tcp_eff_send_mss_netif(TCP_MSS, netif, &pcb->remote_ip);

Completed in 41 milliseconds