Searched refs:rt_entry (Results 1 – 8 of 8) sorted by relevance
/freebsd/sbin/routed/ |
H A D | defs.h | 159 struct rt_entry { struct 530 void trace_add_del(const char *, struct rt_entry *); 531 void trace_change(struct rt_entry *, u_int, struct rt_spare *, 534 void trace_upslot(struct rt_entry *, struct rt_spare *, 563 struct rt_entry *rtget(naddr, naddr); 564 struct rt_entry *rtfind(naddr); 567 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *); 568 void rtdelete(struct rt_entry *); 569 void rts_delete(struct rt_entry *, struct rt_spare *); 570 void rtbad_sub(struct rt_entry *); [all …]
|
H A D | table.c | 33 static struct rt_spare *rts_better(struct rt_entry *); 41 static void rtbad(struct rt_entry *); 817 struct rt_entry *rt; in kern_check_static() 1408 #define RT ((struct rt_entry *)rn) in walk_kern() 1561 struct rt_entry *rt; in del_static() 1667 struct rt_entry * 1670 struct rt_entry *rt; in rtget() 1675 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead); in rtget() 1687 struct rt_entry * 1691 return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead); in rtfind() [all …]
|
H A D | trace.c | 648 trace_upslot(struct rt_entry *rt, in trace_upslot() 760 trace_change(struct rt_entry *rt, in trace_change() 802 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del() 822 #define RT ((struct rt_entry *)rn) in walk_trace()
|
H A D | if.c | 411 struct rt_entry *rt; in check_remote() 650 struct rt_entry *rt; in ifinit() 1252 struct rt_entry *rt; in check_net_syn() 1299 struct rt_entry *rt; in addrouteforif()
|
H A D | input.c | 135 struct rt_entry *rt; in input() 780 struct rt_entry *rt; in input_route()
|
H A D | output.c | 434 #define RT ((struct rt_entry *)rn) in walk_supply() 663 struct rt_entry *rt; in supply()
|
H A D | rdisc.c | 446 struct rt_entry *rt; in rdisc_sort()
|
/freebsd/usr.sbin/route6d/ |
H A D | route6d.c | 227 static void rt_entry(struct rt_msghdr *, int); 2644 rt_entry(rtm, again); in krtread() 2650 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() function
|