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

/freebsd-current/sbin/routed/
H A Ddefs.h159 struct rt_entry { struct
530 void trace_add_del(const char *, struct rt_entry *);
531 void trace_change(struct rt_entry *, u_int, struct rt_spare *,
534 void trace_upslot(struct rt_entry *, struct rt_spare *,
563 struct rt_entry *rtget(naddr, naddr);
564 struct rt_entry *rtfind(naddr);
567 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
568 void rtdelete(struct rt_entry *);
569 void rts_delete(struct rt_entry *, struct rt_spare *);
570 void rtbad_sub(struct rt_entry *);
[all...]
H A Dtable.c33 static struct rt_spare *rts_better(struct rt_entry *);
41 static void rtbad(struct rt_entry *);
817 struct rt_entry *rt;
1408 #define RT ((struct rt_entry *)rn)
1561 struct rt_entry *rt;
1667 struct rt_entry *
1670 struct rt_entry *rt;
1675 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead);
1687 struct rt_entry *
1691 return (struct rt_entry *)rhea
[all...]
H A Dtrace.c648 trace_upslot(struct rt_entry *rt,
760 trace_change(struct rt_entry *rt,
802 trace_add_del(const char * action, struct rt_entry *rt)
822 #define RT ((struct rt_entry *)rn)
H A Dinput.c135 struct rt_entry *rt;
780 struct rt_entry *rt;
H A Dif.c411 struct rt_entry *rt;
650 struct rt_entry *rt;
1252 struct rt_entry *rt;
1299 struct rt_entry *rt;
H A Doutput.c434 #define RT ((struct rt_entry *)rn)
663 struct rt_entry *rt;
H A Drdisc.c446 struct rt_entry *rt;
/freebsd-current/usr.sbin/route6d/
H A Droute6d.c227 static void rt_entry(struct rt_msghdr *, int);
2644 rt_entry(rtm, again);
2650 rt_entry(struct rt_msghdr *rtm, int again) function

Completed in 109 milliseconds