Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Droute.c2997 uint8_t *dstp, *dst_maskend, *dst_srcend; in rt_maskedcopy() local
3002 dstp = __SA_UTILS_CONV_TO_BYTES(dst); in rt_maskedcopy()
3003 dst_maskend = dstp + MIN(netmask->sa_len, src->sa_len); in rt_maskedcopy()
3004 dst_srcend = dstp + src->sa_len; in rt_maskedcopy()
3005 dstp += __offsetof(struct sockaddr, sa_data); in rt_maskedcopy()
3010 while (dstp < dst_maskend) { in rt_maskedcopy()
3011 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()
3014 if (dstp < dst_srcend) { in rt_maskedcopy()
3015 memset(dstp, 0, (size_t)(dst_srcend - dstp)); in rt_maskedcopy()
/xnu-11215.81.4/libkern/kxld/
H A Dkxld_reloc.c203 const KXLDArray *relocs, struct relocation_info **dstp);
1085 const KXLDArray *relocs, struct relocation_info **dstp) in export_macho_for_array() argument
1093 dst = *dstp; in export_macho_for_array()
1206 *dstp = dst; in export_macho_for_array()