Searched defs:cidr6_match (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dip.c224 static am_bool_t cidr6_match(const struct in6_addr * addr, const struct in6_addr * net, int bits) { function
413 return cidr6_match(&addr6, &cidr, bits) ? AM_SUCCESS : AM_NOT_FOUND;

Completed in 28 milliseconds