Searched refs:dst_srcend (Results 1 – 1 of 1) sorted by relevance
3049 uint8_t *dstp, *dst_maskend, *dst_srcend; in rt_maskedcopy() local3056 dst_srcend = dstp + src->sa_len; in rt_maskedcopy()3066 if (dstp < dst_srcend) { in rt_maskedcopy()3067 memset(dstp, 0, (size_t)(dst_srcend - dstp)); in rt_maskedcopy()