Lines Matching refs:xerror
55 static void xerror(const char *fmt, ...) in xerror() function
127 xerror("could not create listen socket"); in sock_listen_mptcp()
160 xerror("could not create connect socket"); in sock_connect_mptcp()
220 xerror("TIOCOUTQ %u, but only %zu expected\n", queued, total); in wait_for_ack()
232 xerror("still tx data queued after %u ms\n", timeout); in wait_for_ack()
267 xerror("short write"); in connect_one_server()
323 xerror("could not find TCP_CM_INQ cmsg type"); in get_tcp_inq()
352 xerror("expect len %zu exceeds buffer size", expect_len); in process_one_client()
362 xerror("FIONREAD returned %u, but only %zu expected\n", in process_one_client()
378 xerror("msg_controllen is 0"); in process_one_client()
405 xerror("expect len %zu too small\n", expect_len); in process_one_client()
419 xerror("inq %d, remaining %d total_len %d\n", in process_one_client()
481 xerror("Unknown pf %d\n", pf); in server()
513 xerror("Unknown pf %d\n", pf); in client()
553 xerror("%s killed by signal %d\n", what, WTERMSIG(wstatus)); in rcheck()
555 xerror("%s stopped by signal %d\n", what, WSTOPSIG(wstatus)); in rcheck()