Searched refs:pfx_len (Results 1 – 2 of 2) 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()
155 size_t pfx_len = strlen(pfx); in ary_prefix_match() local157 if (path_len < pfx_len) in ary_prefix_match()159 if (strncmp(path, pfx, pfx_len) == 0 in ary_prefix_match()160 && (pfx_len == 1 || path[pfx_len] == '\0' || path[pfx_len] == '/')) in ary_prefix_match()