Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Droute_ctl.h106 sa_family_t rt_get_family(const struct rtentry *);
H A Droute_ctl.c259 rt_get_family(const struct rtentry *rt) in rt_get_family() function
/f-stack/freebsd/net/
H A Drtsock.c1895 int family = rt_get_family(rt); in rtsock_routemsg()