Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A Dtcp.c1586 tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr) in tcp_eff_send_mss() argument
1598 sendmss = LWIP_MIN(sendmss, mss_s); in tcp_eff_send_mss()
1600 return sendmss; in tcp_eff_send_mss()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp_impl.h454 u16_t tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr);

Completed in 6 milliseconds