Searched refs:recvpipe (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 | 42 recvpipe
|
/freebsd/usr.sbin/ppp/ |
H A D | ncp.h | 38 u_long recvpipe; /* route recvpipe size */ member
|
H A D | route.c | 766 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Set() 767 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Set() 887 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Update() 888 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Update()
|
H A D | ncp.c | 479 if (ncp->cfg.recvpipe > 0) in ncp_Show() 480 prompt_Printf(arg->prompt, "%ld\n", ncp->cfg.recvpipe); 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 | 2215 arg->bundle->ncp.cfg.recvpipe = long_val; in SetVariable()
|