Lines Matching defs:cid
79 static void print_vsock_addr(FILE *fp, unsigned int cid, unsigned int port)
81 if (cid == VMADDR_CID_ANY)
84 fprintf(fp, "%u:", cid);
460 .name = "peer-cid",
484 fprintf(stderr, "Usage: vsock_diag_test [--help] [--control-host=<host>] --control-port=<port> --mode=client|server --peer-cid=<cid> [--list] [--skip=<test_id>]\n"
486 " Server: vsock_diag_test --control-port=1234 --mode=server --peer-cid=3\n"
487 " Client: vsock_diag_test --control-host=192.168.0.1 --control-port=1234 --mode=client --peer-cid=2\n"
498 "The CID of the other side must be given with --peer-cid=<cid>.\n"
505 " --peer-cid <cid> CID of the other side\n"