Home
last modified time | relevance | path

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

/openbsd-src/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 */
/openbsd-src/sys/net/
H A Droute.h116 struct rtentry { struct
118 SRPL_ENTRY(rtentry) rt_next; /* [R] next mpath entry to our dst */ argument
124 struct rtentry *_nh; /* [X] rtentry for rt_gateway */ argument
129 struct rtentry *rt_parent; /* [N] if cloned, parent rtentry */ argument
131 rt_rmxrtentry global() argument
132 rt_ifidxrtentry global() argument
133 rt_flagsrtentry global() argument
134 rt_refcntrtentry global() argument
135 rt_plenrtentry global() argument
136 rt_labelidrtentry global() argument
137 rt_priorityrtentry global() argument
[all...]
H A Drtable.c753 int (*func)(struct rtentry *, void *, unsigned int), void *arg) in rtable_walk() argument
H A Droute.c1536 rt_timer_queue_init(struct rttimer_queue * rtq,int timeout,void (* func)(struct rtentry *,u_int)) rt_timer_queue_init() argument
[all...]
/openbsd-src/usr.bin/netstat/
H A Droute.c66 struct rtentry rtentry; variable