Lines Matching refs:ipv6
240 * ipv6 - Whether to enable IPv6 support in the RADIUS server
242 int ipv6;
320 int ipv6)
326 if (ipv6) {
345 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
905 if (data->ipv6) {
919 if (!data->ipv6) {
1031 perror("socket[IPv6]");
1082 radius_server_read_clients(const char *client_file, int ipv6)
1141 (mask < 0 || mask > (ipv6 ? 128 : 32))) {
1147 mask = ipv6 ? 128 : 32;
1151 if (!ipv6 && inet_aton(buf, &addr) == 0) {
1156 if (ipv6 && inet_pton(AF_INET6, buf, &addr6) <= 0) {
1161 /* Convert IPv4 address to IPv6 */
1194 if (!ipv6) {
1201 if (ipv6) {
1250 if (conf->ipv6) {
1251 fprintf(stderr, "RADIUS server compiled without IPv6 "
1266 data->ipv6 = conf->ipv6;
1306 conf->ipv6);
1314 if (conf->ipv6)
1433 if (data->ipv6) {
1442 if (!data->ipv6) {