Searched refs:rrt (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/usr.sbin/route6d/
H A Droute6d.c554 struct riprt *rrt; local
557 TAILQ_FOREACH(rrt, &riprt_head, rrt_next) {
558 if (rrt->rrt_rflags & RRTF_AGGREGATE) {
559 delroute(&rrt->rrt_info, &rrt->rrt_gw);
582 struct riprt *rrt, *rrt_tmp; local
588 TAILQ_FOREACH_SAFE(rrt, &riprt_head, rrt_next, rrt_tmp) {
589 if (rrt->rrt_t == 0)
591 else if (rrt->rrt_t < t_holddown) {
592 TAILQ_REMOVE(&riprt_head, rrt, rrt_nex
805 struct riprt *rrt; local
944 out_filter(struct riprt *rrt, struct ifc *ifcp) argument
1015 tobeadv(struct riprt *rrt, struct ifc *ifcp) argument
1104 struct riprt *rrt; local
1479 struct riprt *rrt; local
1662 struct riprt *rrt; local
1701 struct riprt *rrt; local
1944 struct riprt *rrt = NULL; local
2042 struct riprt *rrt = NULL; local
2138 struct riprt *rrt = NULL, *search_rrt, *loop_rrt; local
2249 struct riprt *rrt, *orrt; local
2641 struct riprt *rrt, *orrt; local
2797 addroute(struct riprt *rrt, const struct in6_addr *gw, struct ifc *ifcp) argument
3098 struct riprt *rrt; local
3151 struct riprt *rrt; local
3299 struct riprt *rrt; local
[all...]
/freebsd-10-stable/contrib/ipfilter/samples/
H A Drelay.c35 char *irh, *irt, *rrh, *rrt; local

Completed in 144 milliseconds