Searched refs:pfx_len (Results 1 – 1 of 1) sorted by relevance
404 int pfx_len; in GAA_find_prefix() local425 pfx_len = ipap->PrefixLength; in GAA_find_prefix()426 INSIST(0 <= pfx_len && pfx_len <= max_len); in GAA_find_prefix()427 if (pfx_len > match_len && pfx_len < max_len && in GAA_find_prefix()428 isc_netaddr_eqprefix(&target, &pfx, pfx_len)) { in GAA_find_prefix()430 match_len = pfx_len; in GAA_find_prefix()