Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.c3050 uint8_t *dstp, *dst_maskend, *dst_srcend; in rt_maskedcopy() local
3056 dst_maskend = dstp + MIN(netmask->sa_len, src->sa_len); in rt_maskedcopy()
3063 while (dstp < dst_maskend) { in rt_maskedcopy()