Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/net/
Droute.h84 u_long rmx_hopcount; /* max hops expected */ member
/freebsd-12-stable/sbin/routed/
Dtable.c708 w.w_rtm.rtm_rmx.rmx_hopcount = metric; in rtioctl()
917 k->k_metric = rtm->rtm_rmx.rmx_hopcount; in rtm_add()
/freebsd-12-stable/usr.sbin/route6d/
Droute6d.c2734 np->rip6_metric = rtm->rtm_rmx.rmx_hopcount; in rt_entry()
2847 rtm->rtm_rmx.rmx_hopcount = np->rip6_metric - 1; in addroute()
/freebsd-12-stable/sbin/route/
Droute.c756 caseof(K_HOPCOUNT, RTV_HOPCOUNT, rmx_hopcount); in set_metric()