Home
last modified time | relevance | path

Searched defs:rttimer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/net/
H A Droute.h355 struct rttimer { struct
358 struct rttimer_queue *rtt_queue; /* back pointer to queue */ argument
360 void (*rtt_func)(struct rtentry *, struct rttimer *); argument
367 TAILQ_HEAD(, rttimer) rtq_head; argument
H A Droute.c1927 void (*func)(struct rtentry *, struct rttimer *), in rt_timer_add()