Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h479 u16_t tcp_eff_send_mss_netif(u16_t sendmss, struct netif *outif,
481 #define tcp_eff_send_mss(sendmss, src, dest) \ argument
482 tcp_eff_send_mss_netif(sendmss, ip_route(src, dest), dest)
/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c2245 tcp_eff_send_mss_netif(u16_t sendmss, struct netif *outif, const ip_addr_t *dest) in tcp_eff_send_mss_netif() argument
2269 return sendmss; in tcp_eff_send_mss_netif()
2298 sendmss = LWIP_MIN(sendmss, mss_s); in tcp_eff_send_mss_netif()
2300 return sendmss; in tcp_eff_send_mss_netif()