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

/forgerock/web-agents-v4/source/
H A Dip.c246 * Tests whether the first argument is in the (inclusive) range of v6 addresses from adr_lo to addr_hi
251 const struct in_addr * addr_hi) {
254 const uint32_t hi = addr_hi->s_addr;
276 * Tests whether the first argument is in the (inclusive) range of v6 addresses from adr_lo to addr_hi
280 static signed int cmp_ip6_range(const struct in6_addr * addr, const struct in6_addr * addr_lo, const struct in6_addr * addr_hi) { argument
286 c = cmp_net(addr->s6_addr32, addr_hi->s6_addr32);
250 cmp_ip_range(const struct in_addr * addr, const struct in_addr * addr_lo, const struct in_addr * addr_hi) argument

Completed in 394 milliseconds