Lines Matching defs:port
50 char *port;
59 * Parse named -A argument in the "address:port" syntax. Due to
65 port = strchr(host, ':');
66 RUNTIME_CHECK(port != NULL);
67 *port = 0;
68 ++port;
73 servaddr.sin_port = htons(atoi(port));
321 char *port;
330 * Parse named -A argument in the "address:port" syntax. Due to
336 port = strchr(host, ':');
337 RUNTIME_CHECK(port != NULL);
338 *port = 0;
339 ++port;
344 servaddr.sin_port = htons(atoi(port));