Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dradix.c402 x = rn_search_m(v, t, rm_get_mask(m)); in rn_match_args()
403 while (x && rn_get_mask(x) != rm_get_mask(m)) { in rn_match_args()
796 mmask = rm_get_mask(m); in rn_addroute()
856 if (rm_get_mask(m) != rn_get_mask(tt)) { in rn_delete()
H A Dradix.h174 rm_get_mask(struct radix_mask *rm) in rm_get_mask() function