Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/net/route/
H A Dt_route.sh236 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
252 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
268 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
286 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
311 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
326 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
342 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
360 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
H A Dt_change.sh129 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
148 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
196 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
215 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
263 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
282 recvpipe sendpipe ssthresh rtt,msec rttvar hopcount mtu expire
/freebsd/sbin/route/
H A Dkeywords47 sendpipe
/freebsd/usr.sbin/ppp/
H A Dncp.h37 u_long sendpipe; /* route sendpipe size */ member
H A Droute.c762 if (bundle->ncp.cfg.sendpipe > 0) { in rt_Set()
763 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Set()
882 if (bundle->ncp.cfg.sendpipe > 0) { in rt_Update()
883 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe; in rt_Update()
H A Dncp.c474 if (ncp->cfg.sendpipe > 0) in ncp_Show()
475 prompt_Printf(arg->prompt, "%-20ld\n", ncp->cfg.sendpipe); in ncp_Show()
H A Dipv6cp.c243 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPv6address()
H A Dipcp.c695 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPaddress()
H A Dcommand.c2206 arg->bundle->ncp.cfg.sendpipe = long_val; in SetVariable()