gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:memcpy from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/if.c - 61.4KB - 2,117 lines
571:                 if (ifnet_addrs != NULL) {
572:                         memcpy(q, ifnet_addrs, m);
573:                         free(ifnet_addrs, M_IFADDR);
587: if (ifindex2ifnet != NULL) { 588: memcpy(q, ifindex2ifnet, m); 589: free(ifindex2ifnet, M_IFADDR);
1941: } 1942: memcpy(&ifr.ifr_space, sa, sa->sa_len); 1943: if (space >= sz) {