Searched refs:ncnt (Results 1 – 2 of 2) sorted by relevance
86 int ncnt = 0; in getifaddrs() local154 ncnt += dl->sdl_nlen + 1; in getifaddrs()202 if (icnt + dcnt + ncnt == 1) { in getifaddrs()207 data = malloc(sizeof(struct ifaddrs) * icnt + dcnt + ncnt); in getifaddrs()
46 int ncnt; /* size of sample buffer (plus this header) */ member