Home | History | Annotate | Download | only in radius

Lines Matching refs:addr6

83 	struct in6_addr addr6;
327 struct in6_addr *addr6;
330 addr6 = (struct in6_addr *) addr;
332 if ((addr6->s6_addr[i] &
334 (client->addr6.s6_addr[i] &
1091 struct in6_addr addr6;
1156 if (ipv6 && inet_pton(AF_INET6, buf, &addr6) <= 0) {
1164 os_memset(addr6.s6_addr, 0, 10);
1165 addr6.s6_addr[10] = 0xff;
1166 addr6.s6_addr[11] = 0xff;
1167 os_memcpy(addr6.s6_addr + 12, (char *) &addr.s_addr,
1204 os_memcpy(entry->addr6.s6_addr, addr6.s6_addr, 16);
1434 if (inet_ntop(AF_INET6, &cli->addr6, abuf,