Searched refs:prefcount (Results 1 - 1 of 1) sorted by relevance

/net/ieee802154/
H A D6lowpan.c213 u8 prefcount = pref_post_count >> 4; local
217 prefcount = (prefcount == 15 ? 16 : prefcount);
223 if (prefcount > 0)
224 memcpy(ipaddr, prefix, prefcount);
226 if (prefcount + postcount < 16)
227 memset(&ipaddr->s6_addr[prefcount], 0,
228 16 - (prefcount + postcount));
233 } else if (prefcount >
[all...]

Completed in 43 milliseconds