Symbol: rt_entry
sbin/routed/defs.h
530
void trace_add_del(const char *, struct rt_entry *);
sbin/routed/defs.h
531
void trace_change(struct rt_entry *, u_int, struct rt_spare *,
sbin/routed/defs.h
534
void trace_upslot(struct rt_entry *, struct rt_spare *,
sbin/routed/defs.h
563
struct rt_entry *rtget(naddr, naddr);
sbin/routed/defs.h
564
struct rt_entry *rtfind(naddr);
sbin/routed/defs.h
567
void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
sbin/routed/defs.h
568
void rtdelete(struct rt_entry *);
sbin/routed/defs.h
569
void rts_delete(struct rt_entry *, struct rt_spare *);
sbin/routed/defs.h
570
void rtbad_sub(struct rt_entry *);
sbin/routed/defs.h
571
void rtswitch(struct rt_entry *, struct rt_spare *);
sbin/routed/if.c
1252
struct rt_entry *rt;
sbin/routed/if.c
1299
struct rt_entry *rt;
sbin/routed/if.c
411
struct rt_entry *rt;
sbin/routed/if.c
650
struct rt_entry *rt;
sbin/routed/input.c
135
struct rt_entry *rt;
sbin/routed/input.c
780
struct rt_entry *rt;
sbin/routed/output.c
434
#define RT ((struct rt_entry *)rn)
sbin/routed/output.c
663
struct rt_entry *rt;
sbin/routed/rdisc.c
446
struct rt_entry *rt;
sbin/routed/table.c
1408
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
1561
struct rt_entry *rt;
sbin/routed/table.c
1667
struct rt_entry *
sbin/routed/table.c
1670
struct rt_entry *rt;
sbin/routed/table.c
1675
rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead);
sbin/routed/table.c
1687
struct rt_entry *
sbin/routed/table.c
1691
return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead);
sbin/routed/table.c
1703
struct rt_entry *rt;
sbin/routed/table.c
1708
rt = (struct rt_entry *)rtmalloc(sizeof (*rt), "rtadd");
sbin/routed/table.c
1753
rtchange(struct rt_entry *rt,
sbin/routed/table.c
1797
rts_better(struct rt_entry *rt)
sbin/routed/table.c
1816
rtswitch(struct rt_entry *rt,
sbin/routed/table.c
1849
rtdelete(struct rt_entry *rt)
sbin/routed/table.c
1866
if (rt != (struct rt_entry *)rhead->rnh_deladdr(&dst_sock, &mask_sock,
sbin/routed/table.c
1877
rts_delete(struct rt_entry *rt,
sbin/routed/table.c
1888
rtbad(struct rt_entry *rt)
sbin/routed/table.c
1904
rtbad_sub(struct rt_entry *rt)
sbin/routed/table.c
1978
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
2021
#define RT ((struct rt_entry *)rn)
sbin/routed/table.c
33
static struct rt_spare *rts_better(struct rt_entry *);
sbin/routed/table.c
41
static void rtbad(struct rt_entry *);
sbin/routed/table.c
817
struct rt_entry *rt;
sbin/routed/trace.c
648
trace_upslot(struct rt_entry *rt,
sbin/routed/trace.c
760
trace_change(struct rt_entry *rt,
sbin/routed/trace.c
802
trace_add_del(const char * action, struct rt_entry *rt)
sbin/routed/trace.c
822
#define RT ((struct rt_entry *)rn)
usr.sbin/route6d/route6d.c
227
static void rt_entry(struct rt_msghdr *, int);
usr.sbin/route6d/route6d.c
2644
rt_entry(rtm, again);