Lines Matching defs:port
9040 int port)
9053 dst->sin_port = htons(port);
9063 dst6->sin6_port = htons(port);
9909 const struct hostapd_ip_addr *addr, int port)
9917 wpa_printf(MSG_DEBUG, "DPP: Initialize TCP connection to %s port %d",
9918 hostapd_ip_txt(addr, txt, sizeof(txt)), port);
9920 addr, port) < 0) {
9986 int port;
10025 port = config->tcp_port ? config->tcp_port : DPP_TCP_PORT;
10026 sin.sin_port = htons(port);
10029 "DPP: Failed to bind Controller TCP port: %s",
10040 wpa_printf(MSG_DEBUG, "DPP: Controller started on TCP port %d", port);