Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c119 unsigned ipoptlen, optlen, hdrlen; in tcp_output() local
734 ipoptlen = 0; in tcp_output()
742 if (len + optlen + ipoptlen > tp->t_maxopd) { in tcp_output()
747 len = tp->t_maxopd - optlen - ipoptlen; in tcp_output()
754 KASSERT(len + hdrlen + ipoptlen <= IP_MAXPACKET, in tcp_output()
864 KASSERT(ipoptlen == 0, ("No IP options supported")); // samkumar in tcp_output()