Lines Matching defs:port
323 int port = TST_GETSOCKPORT(sd);
325 if (port)
326 tst_brk(TFAIL, "port not zero after bind(): %d", port);
684 int port = TST_GETSOCKPORT(sfd);
686 tst_res(TINFO, "bind to port %d", port);
689 SAFE_FILE_PRINTF(port_path, "%d", port);
896 tst_res(TINFO, "connection: addr '%s', port '%s'",
1007 {"g:", &tcp_port, "Server port"},