Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_frag.c663 u16_t nfb; in ip6_frag() local
681 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()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c693 const u16_t nfb = (netif->mtu - IP_HLEN) / 8; in ip4_frag() local
717 fragsize = LWIP_MIN(left, nfb * 8); in ip4_frag()
823 ofo += nfb; in ip4_frag()

Completed in 6 milliseconds