Lines Matching refs:timeo
230 struct timeval timeo;
282 memset(&timeo, 0, sizeof(timeo));
283 timeo.tv_sec = 0;
285 setsockopt(sk, SOL_SOCKET, SO_RCVTIMEO, &timeo, sizeof(timeo));
334 struct timeval timeo;
347 memset(&timeo, 0, sizeof(timeo));
348 timeo.tv_sec = 30;
351 setsockopt(fd, SOL_SOCKET, SO_RCVTIMEO, &timeo, sizeof(timeo));