Searched refs:nfb (Results 1 – 3 of 3) sorted by relevance
754 const u16_t nfb = (u16_t)((mtu - (IP6_HLEN + IP6_FRAG_HLEN)) & IP6_FRAG_OFFSET_MASK); in ip6_frag() local768 last = (left <= nfb); in ip6_frag()771 cop = last ? left : nfb; in ip6_frag()
770 const u16_t nfb = (u16_t)((netif->mtu - IP_HLEN) / 8); in ip4_frag() local796 fragsize = LWIP_MIN(left, (u16_t)(nfb * 8)); in ip4_frag()904 ofo = (u16_t)(ofo + nfb); in ip4_frag()
6393 nfb