Searched refs:rt_entry (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/usr.sbin/IPXrouted/
H A Dtable.h53 struct rt_entry *rt_forw;
54 struct rt_entry *rt_back;
57 struct rt_entry { struct
58 struct rt_entry *rt_forw;
59 struct rt_entry *rt_back;
75 struct rt_entry *rt_clone;
101 struct rt_entry *rtlookup(struct sockaddr *);
102 struct rt_entry *rtfind(struct sockaddr *);
104 void rtadd_clone(struct rt_entry *, struct sockaddr *, struct sockaddr *,
106 void rtchange(struct rt_entry *, struc
[all...]
H A Dtables.c66 struct rt_entry *
69 register struct rt_entry *rt;
79 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
91 struct rt_entry *
94 register struct rt_entry *rt;
108 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
123 register struct rt_entry *rt;
136 rt = (struct rt_entry *)malloc(sizeof (*rt));
170 rtadd_clone(struct rt_entry *ort, struct sockaddr *dst,
174 register struct rt_entry *r
[all...]
H A Doutput.c60 struct rt_entry *except;
66 register struct rt_entry *trt;
131 register struct rt_entry *rt;
132 register struct rt_entry *crt; /* Clone route */
147 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
H A Dtrace.h127 void traceaction(FILE *, char *, struct rt_entry *);
128 void traceactionlog(char *, struct rt_entry *);
H A Dinput.c74 struct rt_entry *rt;
160 register struct rt_entry *trt = rt;
251 register struct rt_entry *trt = rt->rt_clone;
292 register struct rt_entry *rt;
297 rt != (struct rt_entry *)rh;
H A Dtimer.c62 register struct rt_entry *rt;
78 for (; rt != (struct rt_entry *)rh; rt = rt->rt_forw) {
80 struct rt_entry *trt, *prt;
215 register struct rt_entry *rt;
222 for (; rt != (struct rt_entry *)rh; rt = rt->rt_forw)
H A Ddefs.h106 struct rt_entry *, int);
H A Dtrace.c165 struct rt_entry *rt;
225 struct rt_entry *rt;
470 register struct rt_entry *rip;
482 for (; rip != (struct rt_entry *)hash; rip = rip->rt_forw) {
H A Dstartup.c241 struct rt_entry *rt;
/freebsd-10.1-release/sbin/routed/
H A Ddefs.h186 struct rt_entry { struct
563 void trace_add_del(const char *, struct rt_entry *);
564 void trace_change(struct rt_entry *, u_int, struct rt_spare *,
567 void trace_upslot(struct rt_entry *, struct rt_spare *,
596 struct rt_entry *rtget(naddr, naddr);
597 struct rt_entry *rtfind(naddr);
600 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
601 void rtdelete(struct rt_entry *);
602 void rts_delete(struct rt_entry *, struct rt_spare *);
603 void rtbad_sub(struct rt_entry *);
[all...]
H A Dtable.c43 static struct rt_spare *rts_better(struct rt_entry *);
51 static void rtbad(struct rt_entry *);
827 struct rt_entry *rt;
1409 #define RT ((struct rt_entry *)rn)
1562 struct rt_entry *rt;
1668 struct rt_entry *
1671 struct rt_entry *rt;
1676 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead);
1688 struct rt_entry *
1692 return (struct rt_entry *)rhea
[all...]
H A Dif.c421 struct rt_entry *rt;
660 struct rt_entry *rt;
1273 struct rt_entry *rt;
1320 struct rt_entry *rt;
H A Dtrace.c660 trace_upslot(struct rt_entry *rt,
772 trace_change(struct rt_entry *rt,
814 trace_add_del(const char * action, struct rt_entry *rt)
834 #define RT ((struct rt_entry *)rn)
H A Dinput.c145 struct rt_entry *rt;
778 struct rt_entry *rt;
H A Doutput.c444 #define RT ((struct rt_entry *)rn)
673 struct rt_entry *rt;
H A Drdisc.c456 struct rt_entry *rt;
/freebsd-10.1-release/usr.sbin/route6d/
H A Droute6d.c238 void rt_entry(struct rt_msghdr *, int);
2630 rt_entry(rtm, again);
2636 rt_entry(struct rt_msghdr *rtm, int again) function

Completed in 158 milliseconds