Searched refs:best_prefix (Results 1 – 3 of 3) sorted by relevance
359 best_prefix = ''361 if triple.startswith(prefix) and len(prefix) > len(best_prefix):363 best_prefix = prefix
1463 char *best_prefix = NULL;1608 free (best_prefix);1609 best_prefix = xstrdup (prefix);1638 if (best_prefix[0] != '\0')1642 strlen (best_prefix), best_prefix, best_prefix_bits);1657 char *cp = strchr (best_prefix, *mne);1660 pfxval = 1 + (cp - best_prefix);
607 IPAddress best_prefix; in GetPrefix() local636 best_prefix = current_prefix; in GetPrefix()641 *prefix = best_prefix; in GetPrefix()