Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/ !
H A Din6.c3453 int tlen = -1, dscopecmp, bscopecmp, matchcmp; in in6_ifawithscope() local
3662 matchcmp = tlen - blen; in in6_ifawithscope()
3663 if (matchcmp > 0) { /* (3) */ in in6_ifawithscope()