Search | Google it | Results 1 - 1 of 1 for funcall:memset from t2ex/bsd_source/t2ex/network/net/src_bsdlib/libc/net/getifaddrs.c (0.00 seconds) |
249: 250: memset(ifa, 0, sizeof(struct ifaddrs) * icnt); 251: ift = ifa; 266: 267: memset(&cif, 0, sizeof(cif)); 268: 336: if (sa->sa_len == 0) { 337: memset(data, 0, alen); 338: data += alen;