Lines Matching refs:msg_timeout
225 log_msg msg_wrap, msg_timeout; in timeout_negative() local
256 content_timeout = TEMP_FAILURE_RETRY(recv(fd, msg_timeout.buf, sizeof(msg_timeout), 0)) > 0; in timeout_negative()
259 TEMP_FAILURE_RETRY(recv(fd, msg_timeout.buf, sizeof(msg_timeout), 0)) > 0; in timeout_negative()
283 dump_log_msg("timeout", &msg_timeout, -1); in timeout_negative()
323 log_msg msg_wrap, msg_timeout; in TEST() local
361 content_timeout = TEMP_FAILURE_RETRY(recv(fd, msg_timeout.buf, sizeof(msg_timeout), 0)) > 0; in TEST()
364 TEMP_FAILURE_RETRY(recv(fd, msg_timeout.buf, sizeof(msg_timeout), 0)) > 0; in TEST()
385 log_time msg(msg_timeout.entry.sec, msg_timeout.entry.nsec); in TEST()
387 fprintf(stderr, "%u.%09u < %u.%09u\n", msg_timeout.entry.sec, in TEST()
388 msg_timeout.entry.nsec, (unsigned)start.tv_sec, in TEST()
411 dump_log_msg("timeout", &msg_timeout, -1); in TEST()