Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dtcp.c1589 struct netif *outif; in tcp_eff_send_mss() local
1591 outif = ip_route(addr); in tcp_eff_send_mss()
1592 if ((outif != NULL) && (outif->mtu != 0)) { in tcp_eff_send_mss()
1593 mss_s = outif->mtu - IP_HLEN - TCP_HLEN; in tcp_eff_send_mss()