Searched refs:sendpipe (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/netbsd-tests/net/route/ |
H A D | t_route.sh | 236 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 D | t_change.sh | 129 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 D | keywords | 47 sendpipe
|
/freebsd/usr.sbin/ppp/ |
H A D | ncp.h | 37 u_long sendpipe; /* route sendpipe size */ member
|
H A D | route.c | 762 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 D | ncp.c | 474 if (ncp->cfg.sendpipe > 0) in ncp_Show() 475 prompt_Printf(arg->prompt, "%-20ld\n", ncp->cfg.sendpipe); in ncp_Show()
|
H A D | ipv6cp.c | 243 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPv6address()
|
H A D | ipcp.c | 695 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPaddress()
|
H A D | command.c | 2210 arg->bundle->ncp.cfg.sendpipe = long_val; in SetVariable()
|