Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c80 #define IP_REASS_FLAG_LASTFRAG 0x01 macro
429 if ((ipr->flags & IP_REASS_FLAG_LASTFRAG) != 0) { in ip_reass_chain_frag_into_datagram_and_validate()
564 ipr->flags |= IP_REASS_FLAG_LASTFRAG; in ip4_reass()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_frag.c77 #define IP_REASS_FLAG_LASTFRAG 0x01 macro

Completed in 4 milliseconds