Home | History | Annotate | Download | only in openssh

Lines Matching defs:tolen

294 	socklen_t fromlen, tolen;
304 tolen = sizeof(to);
307 &tolen) < 0)
309 if (fromlen != tolen || memcmp(&from, &to, fromlen) != 0)
429 socklen_t tolen = sizeof(to);
433 &tolen) < 0)