Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/net/ !
H A Droute.c2997 uint8_t *dstp, *dst_maskend, *dst_srcend; in rt_maskedcopy() local
3004 dst_srcend = dstp + src->sa_len; in rt_maskedcopy()
3014 if (dstp < dst_srcend) { in rt_maskedcopy()
3015 memset(dstp, 0, (size_t)(dst_srcend - dstp)); in rt_maskedcopy()