Lines Matching refs:port
398 int port = WPA_CTRL_IFACE_PORT; local
421 port = atoi(pos);
422 if (port <= 0) {
453 addr.sin6_port = htons(port);
455 addr.sin_port = htons(port);
458 port--;
459 if ((WPA_CTRL_IFACE_PORT - port) < WPA_CTRL_IFACE_PORT_LIMIT)
466 os_snprintf(port_str, sizeof(port_str), "udp:%d", port);
475 wpa_msg(wpa_s, MSG_DEBUG, "ctrl_iface_init UDP port: %d", port);
752 int port = WPA_GLOBAL_CTRL_IFACE_PORT; local
769 port = atoi(pos);
770 if (port <= 0) {
791 addr.sin_port = htons(port);
793 port++;
794 if ((port - WPA_GLOBAL_CTRL_IFACE_PORT) <
802 wpa_printf(MSG_DEBUG, "global_ctrl_iface_init UDP port: %d", port);