Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/net/
H A Droute.h76 uint32_t rmx_hopcount; /* max hops expected */ member
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c102 w.w_rtm.rtm_rmx.rmx_hopcount = metric; in i_ipadm_rtioctl4()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c829 w.w_rtm.rtm_rmx.rmx_hopcount = metric; in rtioctl()
1166 k->k_metric = rtm->rtm_rmx.rmx_hopcount; in rtm_add()
1474 rtm.rtm_rmx.rmx_hopcount = rp->ipRouteMetric1; in sync_kern()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1156 caseof(K_HOPCOUNT, RTV_HOPCOUNT, rmx_hopcount); in set_metric()
2742 (void) printf("%8d%c ", rtm->rtm_rmx.rmx_hopcount, lock(HOPCOUNT)); in print_getmsg()