Searched refs:fdmasks (Results 1 – 1 of 1) sorted by relevance
126 static int fdmasks; variable486 memcpy(recvecp, sockvecp, fdmasks); in main()730 fdmasks = howmany(maxfd + 1, NFDBITS) * sizeof(fd_mask); in init()731 if ((sockvecp = malloc(fdmasks)) == NULL) { in init()735 if ((recvecp = malloc(fdmasks)) == NULL) { in init()739 memset(sockvecp, 0, fdmasks); in init()