Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Droute.h83 u_long rmx_sendpipe; /* outbound delay-bandwidth product */ member
/freebsd/usr.sbin/ppp/
H A Droute.c763 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()
883 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Update()
/freebsd/sbin/route/
H A Droute.c808 caseof(K_SENDPIPE, RTV_SPIPE, rmx_sendpipe); in set_metric()
1845 printf("%8lu%c ", rtm->rtm_rmx.rmx_sendpipe, lock(SPIPE)); in print_getmsg()
H A Droute_netlink.c383 printf("%8lu ", rmx.rmx_sendpipe); in print_getmsg()