Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/IPXrouted/
Dtable.h53 struct rt_entry *rt_forw;
54 struct rt_entry *rt_back;
61 struct rt_entry { struct
62 struct rt_entry *rt_forw; argument
63 struct rt_entry *rt_back; argument
80 struct rt_entry *rt_clone; argument
106 struct rt_entry *rtlookup(struct sockaddr *);
107 struct rt_entry *rtfind(struct sockaddr *);
109 void rtadd_clone(struct rt_entry *, struct sockaddr *, struct sockaddr *,
111 void rtchange(struct rt_entry *, struct sockaddr *, short, short);
[all …]
Dtables.c66 struct rt_entry *
69 register struct rt_entry *rt; in rtlookup()
79 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) { in rtlookup()
91 struct rt_entry *
94 register struct rt_entry *rt; in rtfind()
108 for (rt = rh->rt_forw; rt != (struct rt_entry *)rh; rt = rt->rt_forw) { in rtfind()
123 register struct rt_entry *rt; in rtadd()
136 rt = (struct rt_entry *)malloc(sizeof (*rt)); in rtadd()
170 rtadd_clone(struct rt_entry *ort, struct sockaddr *dst, in rtadd_clone()
174 register struct rt_entry *rt; in rtadd_clone()
[all …]
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) {
Dtimer.c62 register struct rt_entry *rt; in timer()
78 for (; rt != (struct rt_entry *)rh; rt = rt->rt_forw) { in timer()
80 struct rt_entry *trt, *prt; in timer()
215 register struct rt_entry *rt; in hup()
222 for (; rt != (struct rt_entry *)rh; rt = rt->rt_forw) in hup()
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;
Dtrace.h127 void traceaction(FILE *, char *, struct rt_entry *);
128 void traceactionlog(char *, struct rt_entry *);
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) {
Ddefs.h106 struct rt_entry *, int);
Dstartup.c241 struct rt_entry *rt;
/freebsd-9-stable/sbin/routed/
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 …]
Dtable.c43 static struct rt_spare *rts_better(struct rt_entry *);
51 static void rtbad(struct rt_entry *);
827 struct rt_entry *rt; in kern_check_static()
1409 #define RT ((struct rt_entry *)rn) in walk_kern()
1562 struct rt_entry *rt; in del_static()
1668 struct rt_entry *
1671 struct rt_entry *rt; in rtget()
1676 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead); in rtget()
1688 struct rt_entry *
1692 return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead); in rtfind()
[all …]
Dtrace.c660 trace_upslot(struct rt_entry *rt, in trace_upslot()
772 trace_change(struct rt_entry *rt, in trace_change()
814 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del()
834 #define RT ((struct rt_entry *)rn) in walk_trace()
Dif.c421 struct rt_entry *rt; in check_remote()
660 struct rt_entry *rt; in ifinit()
1273 struct rt_entry *rt; in check_net_syn()
1320 struct rt_entry *rt; in addrouteforif()
Dinput.c145 struct rt_entry *rt; in input()
778 struct rt_entry *rt; in input_route()
Doutput.c444 #define RT ((struct rt_entry *)rn) in walk_supply()
673 struct rt_entry *rt; in supply()
Drdisc.c456 struct rt_entry *rt; in rdisc_sort()
/freebsd-9-stable/usr.sbin/route6d/
Droute6d.c252 void rt_entry(struct rt_msghdr *, int);
2676 rt_entry(rtm, again); in krtread()
2682 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() function