Lines Matching defs:ipv6
164 * ipv6 - Whether to enable IPv6 support in the RADIUS server
166 int ipv6;
333 int ipv6)
339 if (ipv6) {
358 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
1702 if (data->ipv6) {
1716 if (!data->ipv6) {
1834 if (data->ipv6) {
1848 if (!data->ipv6) {
2036 radius_server_read_clients(const char *client_file, int ipv6)
2095 (mask < 0 || mask > (ipv6 ? 128 : 32))) {
2101 mask = ipv6 ? 128 : 32;
2105 if (!ipv6 && inet_aton(buf, &addr) == 0) {
2110 if (ipv6 && inet_pton(AF_INET6, buf, &addr6) <= 0) {
2147 if (!ipv6) {
2155 if (ipv6) {
2204 if (conf->ipv6) {
2222 data->ipv6 = conf->ipv6;
2270 conf->ipv6);
2277 if (conf->ipv6)
2294 if (conf->ipv6)
2459 if (data->ipv6) {
2468 if (!data->ipv6) {