Home | History | Annotate | Download | only in racoon

Lines Matching refs:subnet

3337  * Check if a subnet id is valid for comparison
3346 ipsecdoi_subnetisaddr_v4( subnet, address )
3347 const vchar_t *subnet;
3355 if (subnet->l != (sizeof(struct in_addr)*2))
3358 mask = (struct in_addr*)(subnet->v + sizeof(struct in_addr));
3363 return memcmp(subnet->v,address->v,address->l);
3369 ipsecdoi_subnetisaddr_v6( subnet, address )
3370 const vchar_t *subnet;
3379 if (subnet->l != (sizeof(struct in6_addr)*2))
3382 mask = (struct in6_addr*)(subnet->v + sizeof(struct in6_addr));
3388 return memcmp(subnet->v,address->v,address->l);
3446 * address to subnet id types when
4113 * Q. When type is SUBNET, is it allowed to be ::1/128.
4274 * When a ID payload of subnet type with a IP address of full bit
4277 * type = ipv6 subnet, data = 2001::1/128
4349 /* get subnet mask length */
4480 /* get subnet mask length */