Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dradix.h163 rn_set_key(struct radix_node *rn, void *key __sized_by(keylen), uint8_t keylen) in rn_set_key() function
176 rn_set_key(struct radix_node *rn, const void *key __sized_by(keylen), uint8_t keylen) in rn_set_key() function
H A Dradix.c556 rn_set_key(tt, v, vlen); in rn_newpair()
857 rn_set_key(tt, v, vlen); in rn_addroute()
1407 rn_set_key(ttt, rn_ones, (int8_t)MAX_KEYLEN); in rn_inithead()
H A Droute.c2948 rn_set_key(&rt->rt_nodes[0], new, dst->sa_len); in rt_setgate()