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

/forgerock/web-agents-v4/source/
H A Dip.c202 static am_bool_t cidr_match(const struct in_addr * addr, const struct in_addr * net, int bits) { function
408 return cidr_match(&addr4, &cidr, bits) ? AM_SUCCESS : AM_NOT_FOUND;

Completed in 32 milliseconds