Home
last modified time | relevance | path

Searched refs:recvpipe (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sbin/route/
HDkeywords40 recvpipe
/dragonfly/usr.sbin/ppp/
HDncp.h39 u_long recvpipe; /* route recvpipe size */ member
HDroute.c763 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Set()
764 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Set()
882 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Update()
883 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Update()
HDncp.c446 if (ncp->cfg.recvpipe > 0) in ncp_Show()
447 prompt_Printf(arg->prompt, "%ld\n", ncp->cfg.recvpipe); in ncp_Show()
HDipv6cp.c242 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPv6address()
HDipcp.c684 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPaddress()
HDcommand.c2160 arg->bundle->ncp.cfg.recvpipe = long_val; in SetVariable()
HDppp.8.m45368 .It set recvpipe Op Ar value