Symbol: rt_entry
sbin/routed/defs.h
533
extern void trace_add_del(const char *, struct rt_entry *);
sbin/routed/defs.h
534
extern void trace_change(struct rt_entry *, u_int, struct rt_spare *,
sbin/routed/defs.h
537
extern void trace_upslot(struct rt_entry *, struct rt_spare *,
sbin/routed/defs.h
569
extern struct rt_entry *rtget(naddr, naddr);
sbin/routed/defs.h
570
extern struct rt_entry *rtfind(naddr);
sbin/routed/defs.h
573
extern void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
sbin/routed/defs.h
574
extern void rtdelete(struct rt_entry *);
sbin/routed/defs.h
575
extern void rts_delete(struct rt_entry *, struct rt_spare *);
sbin/routed/defs.h
576
extern void rtbad_sub(struct rt_entry *);
sbin/routed/defs.h
577
extern void rtswitch(struct rt_entry *, struct rt_spare *);
sbin/routed/defs.h
578
extern void rtbad(struct rt_entry *);
sbin/routed/if.c
1256
struct rt_entry *rt;
sbin/routed/if.c
1303
struct rt_entry *rt;
sbin/routed/if.c
414
struct rt_entry *rt;
sbin/routed/if.c
660
struct rt_entry *rt;
sbin/routed/input.c
137
struct rt_entry *rt;
sbin/routed/input.c
754
struct rt_entry *rt;
sbin/routed/output.c
439
#define RT ((struct rt_entry *)rn)
sbin/routed/output.c
664
struct rt_entry *rt;
sbin/routed/rdisc.c
442
struct rt_entry *rt;
sbin/routed/table.c
1366
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
1519
struct rt_entry *rt;
sbin/routed/table.c
1619
struct rt_entry *
sbin/routed/table.c
1622
struct rt_entry *rt;
sbin/routed/table.c
1627
rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock, &mask_sock, rhead);
sbin/routed/table.c
1637
struct rt_entry *
sbin/routed/table.c
1641
return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead);
sbin/routed/table.c
1653
struct rt_entry *rt;
sbin/routed/table.c
1658
rt = (struct rt_entry *)rtmalloc(sizeof (*rt), "rtadd");
sbin/routed/table.c
1701
rtchange(struct rt_entry *rt,
sbin/routed/table.c
1745
rts_better(struct rt_entry *rt)
sbin/routed/table.c
1764
rtswitch(struct rt_entry *rt,
sbin/routed/table.c
1797
rtdelete(struct rt_entry *rt)
sbin/routed/table.c
1814
if (rt != (struct rt_entry *)rhead->rnh_deladdr(
sbin/routed/table.c
1825
rts_delete(struct rt_entry *rt,
sbin/routed/table.c
1836
rtbad(struct rt_entry *rt)
sbin/routed/table.c
1852
rtbad_sub(struct rt_entry *rt)
sbin/routed/table.c
1923
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
1964
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
35
static struct rt_spare *rts_better(struct rt_entry *);
sbin/routed/table.c
809
struct rt_entry *rt;
sbin/routed/trace.c
634
trace_upslot(struct rt_entry *rt,
sbin/routed/trace.c
743
trace_change(struct rt_entry *rt,
sbin/routed/trace.c
784
trace_add_del(const char * action, struct rt_entry *rt)
sbin/routed/trace.c
801
#define RT ((struct rt_entry *)rn)
usr.sbin/route6d/route6d.c
223
static void rt_entry(struct rt_msghdr *, int);
usr.sbin/route6d/route6d.c
2405
rt_entry(rtm, again);