Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/vsock/
Dcontrol.h11 void control_expectln(const char *str);
Dvsock_diag_test.c408 control_expectln("LISTENING"); in test_connect_client()
430 control_expectln("DONE"); in test_connect_client()
503 control_expectln("DONE"); in test_connect_server()
Dcontrol.c207 void control_expectln(const char *str) in control_expectln() function