Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Droute.c3050 uint8_t *dstp, *dst_maskend, *dst_srcend; in rt_maskedcopy() local
3055 dstp = __SA_UTILS_CONV_TO_BYTES(dst); in rt_maskedcopy()
3056 dst_maskend = dstp + MIN(netmask->sa_len, src->sa_len); in rt_maskedcopy()
3057 dst_srcend = dstp + src->sa_len; in rt_maskedcopy()
3058 dstp += __offsetof(struct sockaddr, sa_data); in rt_maskedcopy()
3063 while (dstp < dst_maskend) { in rt_maskedcopy()
3064 *dstp++ = *srcp++ & *netmaskp++; in rt_maskedcopy()
3067 if (dstp < dst_srcend) { in rt_maskedcopy()
3068 memset(dstp, 0, (size_t)(dst_srcend - dstp)); in rt_maskedcopy()
/xnu-12377.41.6/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()