Home
last modified time | relevance | path

Searched refs:pfx_len (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ntp/libntp/lib/isc/win32/
H A Dinterfaceiter.c404 int pfx_len; in GAA_find_prefix() local
425 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()