Searched refs:rn_set_key (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | radix.h | 163 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 D | radix.c | 556 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 D | route.c | 2946 rn_set_key(&rt->rt_nodes[0], new, dst->sa_len); in rt_setgate()
|