Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c120 unsigned ipoptlen, optlen, hdrlen; in tcp_output() local
822 ipoptlen = 0; in tcp_output()
830 if (len + optlen + ipoptlen > tp->t_maxopd) { in tcp_output()
835 len = tp->t_maxopd - optlen - ipoptlen; in tcp_output()
844 KASSERT(len + hdrlen + ipoptlen <= IP_MAXPACKET, in tcp_output()
954 KASSERT(ipoptlen == 0, ("No IP options supported")); // samkumar in tcp_output()