Home
last modified time | relevance | path

Searched defs:rtentry (Results 1 – 5 of 5) sorted by relevance

/netbsd/usr.sbin/mrouted/
H A Droute.h27 struct rtentry { struct
28 struct rtentry *rt_next; /* link to next entry MUST BE FIRST */ argument
42 struct rtentry *rt_prev; /* link to previous entry */ argument
43 struct gtable *rt_groups; /* link to active groups */
/netbsd/sys/net/
H A Droute.h109 struct rtentry { struct
121 struct rtentry *rt_gwroute; /* implied entry for gatewayed routes */ argument
123 struct rtentry *rt_parent; /* parent of cloned route */ argument
129 SLIST_ENTRY(rtentry) rt_free; /* queue of deferred frees */ argument
H A Drtbl.c191 rtbl_walktree(sa_family_t family, int (*f)(struct rtentry *, void *), void *v) in rtbl_walktree()
207 int (*f)(struct rtentry *, void *), void *v) in rtbl_search_matched_entry()
H A Droute.c1927 void (*func)(struct rtentry *, struct rttimer *), in rt_timer_add()
2309 rt_delete_matched_entries(sa_family_t family, int (*f)(struct rtentry *, void *), in rt_delete_matched_entries()
2355 rt_walktree_locked(sa_family_t family, int (*f)(struct rtentry *, void *), in rt_walktree_locked()
2364 int (*f)(struct rtentry *, void *), void *v, struct ifaddr *ifa) in rt_replace_ifa_matched_entries()
2410 rt_walktree(sa_family_t family, int (*f)(struct rtentry *, void *), void *v) in rt_walktree()
/netbsd/usr.bin/netstat/
H A Droute.c88 struct rtentry rtentry; variable