Home
last modified time | relevance | path

Searched refs:rt_hash (Results 1 – 5 of 5) sorted by relevance

/openbsd/regress/sys/net/rtable/
H A Dkern_compat.h91 int rt_hash(struct rtentry *, const struct sockaddr *, uint32_t *);
H A Dutil.c519 rt_hash(struct rtentry *rt, const struct sockaddr *dst, uint32_t *src) in rt_hash() function
/openbsd/sys/net/
H A Droute.h504 int rt_hash(struct rtentry *, const struct sockaddr *, uint32_t *);
H A Drtable.c503 if ((hash = rt_hash(rt, dst, src)) != -1) { in rtable_match()
H A Droute.c413 rt_hash(struct rtentry *rt, const struct sockaddr *dst, uint32_t *src) in rt_hash() function