Searched refs:rt_entry (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sbin/routed/ |
| HD | defs.h | 186 struct rt_entry { struct 564 void trace_add_del(const char *, struct rt_entry *); 565 void trace_change(struct rt_entry *, u_int, struct rt_spare *, 568 void trace_upslot(struct rt_entry *, struct rt_spare *, 597 struct rt_entry *rtget(naddr, naddr); 598 struct rt_entry *rtfind(naddr); 601 void rtchange(struct rt_entry *, u_int, struct rt_spare *, char *); 602 void rtdelete(struct rt_entry *); 603 void rts_delete(struct rt_entry *, struct rt_spare *); 604 void rtbad_sub(struct rt_entry *); [all …]
|
| HD | table.c | 43 static struct rt_spare *rts_better(struct rt_entry *); 51 static void rtbad(struct rt_entry *); 827 struct rt_entry *rt; in kern_check_static() 1409 #define RT ((struct rt_entry *)rn) in walk_kern() 1562 struct rt_entry *rt; in del_static() 1668 struct rt_entry * 1671 struct rt_entry *rt; in rtget() 1676 rt = (struct rt_entry *)rhead->rnh_lookup(&dst_sock,&mask_sock,rhead); in rtget() 1688 struct rt_entry * 1692 return (struct rt_entry *)rhead->rnh_matchaddr(&dst_sock, rhead); in rtfind() [all …]
|
| HD | trace.c | 660 trace_upslot(struct rt_entry *rt, in trace_upslot() 772 trace_change(struct rt_entry *rt, in trace_change() 814 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del() 834 #define RT ((struct rt_entry *)rn) in walk_trace()
|
| HD | if.c | 421 struct rt_entry *rt; in check_remote() 660 struct rt_entry *rt; in ifinit() 1273 struct rt_entry *rt; in check_net_syn() 1320 struct rt_entry *rt; in addrouteforif()
|
| HD | input.c | 145 struct rt_entry *rt; in input() 789 struct rt_entry *rt; in input_route()
|
| HD | output.c | 444 #define RT ((struct rt_entry *)rn) in walk_supply() 673 struct rt_entry *rt; in supply()
|
| HD | rdisc.c | 456 struct rt_entry *rt; in rdisc_sort()
|
| /NextBSD/usr.sbin/route6d/ |
| HD | route6d.c | 237 void rt_entry(struct rt_msghdr *, int); 2626 rt_entry(rtm, again); in krtread() 2632 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() function
|