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

/forgerock/web-agents-v4/source/
H A Dip.c355 static am_bool_t test_within_bounds(const char * addr_p, const char * lo_p, const char * hi_p) { argument
360 if (read_full_ip(lo_p, &lo) && read_full_ip(hi_p, &hi)) {
365 if (read_full_ip6(lo_p, &lo6) && read_full_ip6(hi_p, &hi6)) {
379 char *lo_p, *hi_p; local
385 hi_p = strdup(p + 1);
386 if (lo_p && hi_p) {
387 c = test_within_bounds(addr, lo_p, hi_p) ? AM_SUCCESS : AM_NOT_FOUND;
392 am_free(hi_p);

Completed in 44 milliseconds