Lines Matching defs:port
98 uint16_t port;
700 static int connect_udp_socket(pa_raop_client *c, int fd, uint16_t port) {
715 sa4.sin_port = htons(port);
721 sa6.sin6_port = htons(port);
744 pa_log_debug("Connected to %s on port %d (SOCK_DGRAM)", c->host, port);
756 uint16_t port;
769 port = *actual_port;
777 sa4.sin_port = htons(port);
785 sa6.sin6_port = htons(port);
820 *sa_port = htons(port);
828 } while (++port > 0);
830 if (!port) {
831 pa_log("Could not bind port");
835 pa_log_debug("Socket bound to port %d (SOCK_DGRAM)", port);
836 *actual_port = port;
1063 /* Now parse out the server port component of the response. */
1101 pa_log_debug("Sent initial timing packet to UDP port %d", tport);
1113 pa_log("Failed parsing server port components");
1459 if (a.port > 0)
1460 c->port = a.port;
1462 c->port = DEFAULT_RAOP_PORT;
1532 c->rtsp = pa_rtsp_client_new(c->core->mainloop, c->host, c->port, DEFAULT_USER_AGENT, c->autoreconnect);
1561 c->rtsp = pa_rtsp_client_new(c->core->mainloop, c->host, c->port, DEFAULT_USER_AGENT, c->autoreconnect);