Home
last modified time | relevance | path

Searched refs:trace_add_del (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sbin/routed/
H A Ddefs.h533 extern void trace_add_del(const char *, struct rt_entry *);
H A Dtable.c1684 trace_add_del("Add", rt); in rtadd()
1803 trace_add_del("Del", rt); in rtdelete()
H A Dtrace.c784 trace_add_del(const char * action, struct rt_entry *rt) in trace_add_del() function