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

/freebsd-current/usr.sbin/route6d/
H A Droute6d.c550 struct riprt *rrt; local
553 TAILQ_FOREACH(rrt, &riprt_head, rrt_next) {
554 if (rrt->rrt_rflags & RRTF_AGGREGATE) {
555 delroute(&rrt->rrt_info, &rrt->rrt_gw);
578 struct riprt *rrt, *rrt_tmp; local
584 TAILQ_FOREACH_SAFE(rrt, &riprt_head, rrt_next, rrt_tmp) {
585 if (rrt->rrt_t == 0)
587 else if (rrt->rrt_t < t_holddown) {
588 TAILQ_REMOVE(&riprt_head, rrt, rrt_nex
810 struct riprt *rrt; local
949 out_filter(struct riprt *rrt, struct ifc *ifcp) argument
1020 tobeadv(struct riprt *rrt, struct ifc *ifcp) argument
1109 struct riprt *rrt; local
1484 struct riprt *rrt; local
1667 struct riprt *rrt; local
1706 struct riprt *rrt; local
1959 struct riprt *rrt = NULL; local
2057 struct riprt *rrt = NULL; local
2153 struct riprt *rrt = NULL, *search_rrt, *loop_rrt; local
2266 struct riprt *rrt, *orrt; local
2655 struct riprt *rrt, *orrt; local
2811 addroute(struct riprt *rrt, const struct in6_addr *gw, struct ifc *ifcp) argument
3115 struct riprt *rrt; local
3168 struct riprt *rrt; local
3316 struct riprt *rrt; local
[all...]
/freebsd-current/share/examples/ipfilter/samples/
H A Drelay.c34 char *irh, *irt, *rrh, *rrt; local
/freebsd-current/sbin/nvmecontrol/
H A Dpower.c82 nps->exlat / 1000, nps->exlat % 1000, nps->rrt, nps->rrl,
/freebsd-current/sys/dev/nvme/
H A Dnvme.h1121 uint8_t rrt; /* Relative Read Throughput */ member in struct:nvme_power_state

Completed in 100 milliseconds