Home | History | Annotate | Download | only in radius

Lines Matching defs:ipv6

241 	 * ipv6 - Whether to enable IPv6 support in the RADIUS server
243 int ipv6;
317 int ipv6)
323 if (ipv6) {
342 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
886 if (data->ipv6) {
900 if (!data->ipv6) {
1012 perror("socket[IPv6]");
1063 radius_server_read_clients(const char *client_file, int ipv6)
1122 (mask < 0 || mask > (ipv6 ? 128 : 32))) {
1128 mask = ipv6 ? 128 : 32;
1132 if (!ipv6 && inet_aton(buf, &addr) == 0) {
1137 if (ipv6 && inet_pton(AF_INET6, buf, &addr6) <= 0) {
1142 /* Convert IPv4 address to IPv6 */
1175 if (!ipv6) {
1182 if (ipv6) {
1231 if (conf->ipv6) {
1232 fprintf(stderr, "RADIUS server compiled without IPv6 "
1247 data->ipv6 = conf->ipv6;
1281 conf->ipv6);
1289 if (conf->ipv6)
1405 if (data->ipv6) {
1414 if (!data->ipv6) {