Lines Matching refs:ipv6
285 * ipv6 - Whether to enable IPv6 support in the RADIUS server
287 int ipv6;
416 int ipv6)
422 if (ipv6) {
441 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1223 if (data->ipv6) {
1237 if (!data->ipv6) {
1335 if (data->ipv6) {
1349 if (!data->ipv6) {
1483 wpa_printf(MSG_INFO, "RADIUS: socket[IPv6]: %s",
1535 radius_server_read_clients(const char *client_file, int ipv6)
1594 (mask < 0 || mask > (ipv6 ? 128 : 32))) {
1600 mask = ipv6 ? 128 : 32;
1604 if (!ipv6 && inet_aton(buf, &addr) == 0) {
1609 if (ipv6 && inet_pton(AF_INET6, buf, &addr6) <= 0) {
1614 /* Convert IPv4 address to IPv6 */
1646 if (!ipv6) {
1654 if (ipv6) {
1703 if (conf->ipv6) {
1704 wpa_printf(MSG_ERROR, "RADIUS server compiled without IPv6 support");
1719 data->ipv6 = conf->ipv6;
1781 conf->ipv6);
1789 if (conf->ipv6)
1808 if (conf->ipv6)
1974 if (data->ipv6) {
1983 if (!data->ipv6) {