Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dradix.c435 x = rn_search_m(v, t, rm_get_mask(m)); in rn_match_args()
436 while (x && rn_get_mask(x) != rm_get_mask(m)) { in rn_match_args()
832 mmask = rm_get_mask(m); in rn_addroute()
892 if (rm_get_mask(m) != rn_get_mask(tt)) { in rn_delete()
H A Dradix.h338 rm_get_mask(struct radix_mask *rm) in rm_get_mask() function