Lines Matching refs:ipv6
264 * ipv6 - Whether to enable IPv6 support in the RADIUS server
266 int ipv6;
395 int ipv6)
401 if (ipv6) {
420 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1200 if (data->ipv6) {
1214 if (!data->ipv6) {
1312 if (data->ipv6) {
1326 if (!data->ipv6) {
1460 wpa_printf(MSG_INFO, "RADIUS: socket[IPv6]: %s",
1512 radius_server_read_clients(const char *client_file, int ipv6)
1571 (mask < 0 || mask > (ipv6 ? 128 : 32))) {
1577 mask = ipv6 ? 128 : 32;
1581 if (!ipv6 && inet_aton(buf, &addr) == 0) {
1586 if (ipv6 && inet_pton(AF_INET6, buf, &addr6) <= 0) {
1591 /* Convert IPv4 address to IPv6 */
1623 if (!ipv6) {
1631 if (ipv6) {
1680 if (conf->ipv6) {
1681 wpa_printf(MSG_ERROR, "RADIUS server compiled without IPv6 support");
1695 data->ipv6 = conf->ipv6;
1752 conf->ipv6);
1760 if (conf->ipv6)
1779 if (conf->ipv6)
1925 if (data->ipv6) {
1934 if (!data->ipv6) {