Searched refs:fdsetsz (Results 1 – 1 of 1) sorted by relevance
555 int fdsetsz, remaining, rc; in ssh_exchange_identification() local559 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask); in ssh_exchange_identification()560 fdset = xcalloc(1, fdsetsz); in ssh_exchange_identification()