Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/bgpd/
Drde_trie.c476 int orlonger) in trie_match_v4() argument
497 if (n->node && orlonger) in trie_match_v4()
517 int orlonger) in trie_match_v6() argument
538 if (n->node && orlonger) in trie_match_v6()
558 int orlonger) in trie_match() argument
562 return trie_match_v4(th, &prefix->v4, plen, orlonger); in trie_match()
564 return trie_match_v6(th, &prefix->v6, plen, orlonger); in trie_match()
/openbsd/src/regress/usr.sbin/bgpd/unittests/
Drde_trie_test.c37 int orlonger; variable
246 if (trie_match(th, &prefix, plen, orlonger)) in test_file()
319 orlonger = 1; in main()