Symbol: rt_entry
sbin/routed/defs.h
563
extern void trace_add_del(const char *, struct rt_entry *);
sbin/routed/defs.h
564
extern void trace_change(struct rt_entry *, u_int, struct rt_spare *,
sbin/routed/defs.h
567
extern void trace_upslot(struct rt_entry *, struct rt_spare *,
sbin/routed/defs.h
599
extern struct rt_entry *rtget(naddr, naddr);
sbin/routed/defs.h
600
extern struct rt_entry *rtfind(naddr);
sbin/routed/defs.h
603
extern void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
sbin/routed/defs.h
604
extern void rtdelete(struct rt_entry *);
sbin/routed/defs.h
605
extern void rts_delete(struct rt_entry *, struct rt_spare *);
sbin/routed/defs.h
606
extern void rtbad_sub(struct rt_entry *);
sbin/routed/defs.h
607
extern void rtswitch(struct rt_entry *, struct rt_spare *);
sbin/routed/defs.h
608
extern void rtbad(struct rt_entry *);
sbin/routed/if.c
1302
struct rt_entry *rt;
sbin/routed/if.c
1349
struct rt_entry *rt;
sbin/routed/if.c
429
struct rt_entry *rt;
sbin/routed/if.c
697
struct rt_entry *rt;
sbin/routed/input.c
149
struct rt_entry *rt;
sbin/routed/input.c
784
struct rt_entry *rt;
sbin/routed/output.c
462
#define RT ((struct rt_entry *)rn)
sbin/routed/output.c
691
struct rt_entry *rt;
sbin/routed/rdisc.c
460
struct rt_entry *rt;
sbin/routed/table.c
1422
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
1581
struct rt_entry *rt;
sbin/routed/table.c
1687
struct rt_entry *
sbin/routed/table.c
1690
struct rt_entry *rt;
sbin/routed/table.c
1695
rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead);
sbin/routed/table.c
1707
struct rt_entry *
sbin/routed/table.c
1711
return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead);
sbin/routed/table.c
1723
struct rt_entry *rt;
sbin/routed/table.c
1728
rt = (struct rt_entry *)rtmalloc(sizeof (*rt), "rtadd");
sbin/routed/table.c
1773
rtchange(struct rt_entry *rt,
sbin/routed/table.c
1817
rts_better(struct rt_entry *rt)
sbin/routed/table.c
1836
rtswitch(struct rt_entry *rt,
sbin/routed/table.c
1869
rtdelete(struct rt_entry *rt)
sbin/routed/table.c
1886
if (rt != (struct rt_entry *)rhead->rnh_deladdr(&dst_sock, &mask_sock,
sbin/routed/table.c
1897
rts_delete(struct rt_entry *rt,
sbin/routed/table.c
1908
rtbad(struct rt_entry *rt)
sbin/routed/table.c
1924
rtbad_sub(struct rt_entry *rt)
sbin/routed/table.c
1998
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
2041
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
47
static struct rt_spare *rts_better(struct rt_entry *);
sbin/routed/table.c
832
struct rt_entry *rt;
sbin/routed/trace.c
670
trace_upslot(struct rt_entry *rt,
sbin/routed/trace.c
782
trace_change(struct rt_entry *rt,
sbin/routed/trace.c
824
trace_add_del(const char * action, struct rt_entry *rt)
sbin/routed/trace.c
844
#define RT ((struct rt_entry *)rn)
sys/dev/pci/cxgb/cxgb_toedev.h
75
struct rt_entry;
usr.sbin/route6d/route6d.c
233
static void rt_entry(struct rt_msghdr *, int);
usr.sbin/route6d/route6d.c
2393
rt_entry(rtm, again);