Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/
H A Dtcp_priv.h465 u16_t tcp_eff_send_mss_impl(u16_t sendmss, const ip_addr_t *dest
471 #define tcp_eff_send_mss(sendmss, src, dest) tcp_eff_send_mss_impl(sendmss, dest, src)
473 #define tcp_eff_send_mss(sendmss, src, dest) tcp_eff_send_mss_impl(sendmss, dest)
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtcp.c1911 tcp_eff_send_mss_impl(u16_t sendmss, const ip_addr_t *dest in tcp_eff_send_mss_impl() function