Home | History | Annotate | Download | only in racoon

Lines Matching refs:subnet

3333  * Check if a subnet id is valid for comparison
3342 ipsecdoi_subnetisaddr_v4( subnet, address )
3343 const vchar_t *subnet;
3351 if (subnet->l != (sizeof(struct in_addr)*2))
3354 mask = (struct in_addr*)(subnet->v + sizeof(struct in_addr));
3359 return memcmp(subnet->v,address->v,address->l);
3365 ipsecdoi_subnetisaddr_v6( subnet, address )
3366 const vchar_t *subnet;
3375 if (subnet->l != (sizeof(struct in6_addr)*2))
3378 mask = (struct in6_addr*)(subnet->v + sizeof(struct in6_addr));
3384 return memcmp(subnet->v,address->v,address->l);
3442 * address to subnet id types when
4099 * Q. When type is SUBNET, is it allowed to be ::1/128.
4260 * When a ID payload of subnet type with a IP address of full bit
4263 * type = ipv6 subnet, data = 2001::1/128
4335 /* get subnet mask length */
4466 /* get subnet mask length */