Lines Matching defs:port
136 * certain fixed multicast IP address and port, and "control points" sending
316 int port = 80; /* port to send to (default is port 80) */
339 /* Process and remove optional port component */
344 port = atol(delim + 1);
367 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
376 *delim = ':'; /* Restore port */
405 a->saddr.sin_port = htons(port);