Home | History | Annotate | Download | only in radius

Lines Matching refs:ipv6

97 	int ipv6;
126 int ipv6)
132 if (ipv6) {
151 if (!ipv6 && (client->addr.s_addr & client->mask.s_addr) ==
697 if (data->ipv6) {
711 if (!data->ipv6) {
825 perror("socket[IPv6]");
876 radius_server_read_clients(const char *client_file, int ipv6)
935 (mask < 0 || mask > (ipv6 ? 128 : 32))) {
941 mask = ipv6 ? 128 : 32;
945 if (!ipv6 && inet_aton(buf, &addr) == 0) {
950 if (ipv6 && inet_pton(AF_INET6, buf, &addr6) <= 0) {
955 /* Convert IPv4 address to IPv6 */
988 if (!ipv6) {
995 if (ipv6) {
1035 if (conf->ipv6) {
1036 fprintf(stderr, "RADIUS server compiled without IPv6 "
1050 data->ipv6 = conf->ipv6;
1083 conf->ipv6);
1091 if (conf->ipv6)
1196 if (data->ipv6) {
1205 if (!data->ipv6) {