Searched refs:num_bytes (Results 1 – 1 of 1) sorted by relevance
495 const int num_bytes = TEMP_FAILURE_RETRY(send(fd, msg, sizeof(prop_msg), 0)); in send_prop_msg() local498 if (num_bytes == sizeof(prop_msg)) { in send_prop_msg()