Searched defs:identification (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dip6_frag.h70 u32_t identification; member in struct:ip6_reassdata
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6_frag.c255 if ((frag_hdr->_identification == ipr->identification) &&
296 ipr->identification = frag_hdr->_identification;
542 static u32_t identification; local
552 identification++;
632 frag_hdr->_identification = htonl(identification);

Completed in 54 milliseconds