Searched refs:nfb (Results 1 – 2 of 2) sorted by relevance
663 u16_t nfb; in ip6_frag() local681 nfb = (mtu - (IP6_HLEN + IP6_FRAG_HLEN)) & IP6_FRAG_OFFSET_MASK; in ip6_frag()684 last = (left <= nfb); in ip6_frag()687 cop = last ? left : nfb; in ip6_frag()
693 const u16_t nfb = (netif->mtu - IP_HLEN) / 8; in ip4_frag() local717 fragsize = LWIP_MIN(left, nfb * 8); in ip4_frag()823 ofo += nfb; in ip4_frag()
Completed in 6 milliseconds