Searched refs:rt_entry (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sbin/routed/ |
H A D | 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 …]
|
H A D | table.c | 47 static struct rt_spare *rts_better(struct rt_entry *); 832 struct rt_entry *rt; in kern_check_static() 1422 #define RT ((struct rt_entry *)rn) in walk_kern() 1581 struct rt_entry *rt; in del_static() 1687 struct rt_entry * 1690 struct rt_entry *rt; in rtget() 1695 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead); in rtget() 1707 struct rt_entry * 1711 return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead); in rtfind() 1723 struct rt_entry *rt; in rtadd() [all …]
|
H A D | trace.c | 670 trace_upslot(struct rt_entry *rt, in trace_upslot() 782 trace_change(struct rt_entry *rt, in trace_change() 824 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del() 844 #define RT ((struct rt_entry *)rn) in walk_trace()
|
H A D | if.c | 429 struct rt_entry *rt; in check_remote() 697 struct rt_entry *rt; in ifinit() 1302 struct rt_entry *rt; in check_net_syn() 1349 struct rt_entry *rt; in addrouteforif()
|
H A D | input.c | 149 struct rt_entry *rt; in input() 784 struct rt_entry *rt; in input_route()
|
H A D | output.c | 462 #define RT ((struct rt_entry *)rn) in walk_supply() 691 struct rt_entry *rt; in supply()
|
H A D | rdisc.c | 460 struct rt_entry *rt; in rdisc_sort()
|
/netbsd-src/sys/dev/pci/cxgb/ |
H A D | cxgb_toedev.h | 75 struct rt_entry;
|
/netbsd-src/usr.sbin/route6d/ |
H A D | route6d.c | 233 static void rt_entry(struct rt_msghdr *, int); 2393 rt_entry(rtm, again); in krtread() 2399 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() function
|