Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/ipv6/
A Dip6_frag.c732 u16_t left, cop; in ip6_frag() local
751 cop = last ? left : nfb; in ip6_frag()
754 rambuf = pbuf_alloc(PBUF_IP, cop + IP6_FRAG_HLEN, PBUF_RAM); in ip6_frag()
761 poff += pbuf_copy_partial(p, (u8_t*)rambuf->payload + IP6_FRAG_HLEN, cop, poff); in ip6_frag()
794 left_to_copy = cop; in ip6_frag()
840 IP6H_PLEN_SET(ip6hdr, (u16_t)(cop + IP6_FRAG_HLEN)); in ip6_frag()
856 left = (u16_t)(left - cop); in ip6_frag()
857 fragment_offset = (u16_t)(fragment_offset + cop); in ip6_frag()

Completed in 7 milliseconds