Home
last modified time | relevance | path

Searched refs:control_expectln (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/testing/vsock/
Dvsock_test.c79 control_expectln("BIND"); in test_stream_bind_only_client()
130 control_expectln("DONE"); in test_stream_bind_only_server()
281 control_expectln("SRVREADY"); in test_msg_peek_client()
411 control_expectln("SRVREADY"); in test_seqpacket_msg_bounds_client()
509 control_expectln("SENDDONE"); in test_seqpacket_msg_bounds_server()
579 control_expectln("SENDDONE"); in test_seqpacket_msg_trunc_server()
675 control_expectln("WAITDONE"); in test_seqpacket_timeout_server()
738 control_expectln("CLISENT"); in test_seqpacket_bigmsg_server()
887 control_expectln("CLNSENT"); in test_stream_poll_rcvlowat_server()
893 control_expectln("POLLDONE"); in test_stream_poll_rcvlowat_server()
[all …]
Dcontrol.h13 void control_expectln(const char *str);
Dvsock_diag_test.c393 control_expectln("DONE"); in test_connect_client()
419 control_expectln("DONE"); in test_connect_server()
Dcontrol.c231 void control_expectln(const char *str) in control_expectln() function
Dutil.c102 control_expectln("LISTENING"); in vsock_connect()