Lines Matching defs:port
3 * This times how long it takes to bind to a port when the port already
6 * In the setup(), we populate the port's bhash table with
24 static const char *port;
45 err = getaddrinfo(addr, port, &hint, &res);
61 perror("failed to bind to port");
96 printf("Usage: listener <port> <ipv6 | ipv4> <bind-addr>\n");
100 port = argv[1];
112 /* Set up threads to populate the bhash table entry for the port */
124 /* Bind to the same port on a different address */