gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:memcpy from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsdlib/libc/net/gethnamaddr.c - 48.5KB - 1,584 lines
497:                                 struct in6_addr in6;
498:                                 memcpy(&in6, cp, IN6ADDRSZ);
499:                                 if (IN6_IS_ADDR_V4MAPPED(&in6)) {
527: } 528: (void)memcpy(*hap++ = bp, cp, (size_t)n); 529: bp += n;
1026: 1027: (void)memcpy(ptr, p->h_addr_list[0], (size_t)p->h_length); 1028: ptr += p->h_length;
1042: } 1043: ptr = memcpy((void *)ALIGN(hostbuf), tmpbuf, len); 1044: free(tmpbuf);
1110: /* Stash a temporary copy so our caller can update in place. */ 1111: (void)memcpy(tmp, src, INADDRSZ); 1112: /* Mark this ipv6 addr as a mapped ipv4. */
1117: /* Retrieve the saved copy and we're done. */ 1118: (void)memcpy((void *)p, tmp, INADDRSZ); 1119: }
1352: hp->h_length = len; 1353: (void)memcpy(host_addr, uaddr, (size_t)len); 1354: h_addr_ptrs[0] = (char *)(void *)host_addr;