HomeSort by: relevance | last modified time | path
    Searched refs:rt_entry (Results 1 - 9 of 9) sorted by relevancy

  /src/sbin/routed/
defs.h 191 struct rt_entry { struct
563 extern void trace_add_del(const char *, struct rt_entry *);
564 extern void trace_change(struct rt_entry *, u_int, struct rt_spare *,
567 extern void trace_upslot(struct rt_entry *, struct rt_spare *,
599 extern struct rt_entry *rtget(naddr, naddr);
600 extern struct rt_entry *rtfind(naddr);
603 extern void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *);
604 extern void rtdelete(struct rt_entry *);
605 extern void rts_delete(struct rt_entry *, struct rt_spare *);
606 extern void rtbad_sub(struct rt_entry *);
    [all...]
table.c 47 static struct rt_spare *rts_better(struct rt_entry *);
832 struct rt_entry *rt;
1422 #define RT ((struct rt_entry *)rn)
1581 struct rt_entry *rt;
1687 struct rt_entry *
1690 struct rt_entry *rt;
1695 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead);
1707 struct rt_entry *
1711 return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead);
1723 struct rt_entry *rt
    [all...]
trace.c 670 trace_upslot(struct rt_entry *rt,
782 trace_change(struct rt_entry *rt,
824 trace_add_del(const char * action, struct rt_entry *rt)
844 #define RT ((struct rt_entry *)rn)
input.c 149 struct rt_entry *rt;
784 struct rt_entry *rt;
if.c 429 struct rt_entry *rt;
697 struct rt_entry *rt;
1302 struct rt_entry *rt;
1349 struct rt_entry *rt;
output.c 462 #define RT ((struct rt_entry *)rn)
691 struct rt_entry *rt;
rdisc.c 460 struct rt_entry *rt;
  /src/sys/dev/pci/cxgb/
cxgb_toedev.h 75 struct rt_entry;
  /src/usr.sbin/route6d/
route6d.c 233 static void rt_entry(struct rt_msghdr *, int);
2393 rt_entry(rtm, again);
2399 rt_entry(struct rt_msghdr *rtm, int again) function in typeref:typename:void

Completed in 63 milliseconds