Searched refs:dst_maskend (Results 1 – 1 of 1) sorted by relevance
3050 uint8_t *dstp, *dst_maskend, *dst_srcend; in rt_maskedcopy() local3056 dst_maskend = dstp + MIN(netmask->sa_len, src->sa_len); in rt_maskedcopy()3063 while (dstp < dst_maskend) { in rt_maskedcopy()