Home
last modified time | relevance | path

Searched refs:fdsetsz (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dsshconnect.c555 int fdsetsz, remaining, rc; in ssh_exchange_identification() local
559 fdsetsz = howmany(connection_in + 1, NFDBITS) * sizeof(fd_mask); in ssh_exchange_identification()
560 fdset = xcalloc(1, fdsetsz); in ssh_exchange_identification()