Home
last modified time | relevance | path

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

/freebsd/usr.sbin/route6d/
H A Droute6d.c150 struct netinfo6 rrt_info; /* network info */ member
555 delroute(&rrt->rrt_info, &rrt->rrt_gw); in rtdexit()
589 delroute(&rrt->rrt_info, &rrt->rrt_gw); in ripalarm()
592 rrt->rrt_info.rip6_metric = HOPCNT_INFINITY6; in ripalarm()
835 *np = rrt->rrt_info; in ripsend()
859 struct netinfo6 rrt_info; in ripsend() local
860 memset(&rrt_info, 0, sizeof(struct netinfo6)); in ripsend()
861 rrt_info.rip6_dest = in6addr_any; in ripsend()
862 rrt_info.rip6_plen = 0; in ripsend()
863 rrt_info.rip6_metric = 1; in ripsend()
[all …]