Searched refs:rt_hash (Results 1 – 5 of 5) sorted by relevance
/openbsd/regress/sys/net/rtable/ |
H A D | kern_compat.h | 91 int rt_hash(struct rtentry *, const struct sockaddr *, uint32_t *);
|
H A D | util.c | 519 rt_hash(struct rtentry *rt, const struct sockaddr *dst, uint32_t *src) in rt_hash() function
|
/openbsd/sys/net/ |
H A D | route.h | 504 int rt_hash(struct rtentry *, const struct sockaddr *, uint32_t *);
|
H A D | rtable.c | 503 if ((hash = rt_hash(rt, dst, src)) != -1) { in rtable_match()
|
H A D | route.c | 413 rt_hash(struct rtentry *rt, const struct sockaddr *dst, uint32_t *src) in rt_hash() function
|