Home
last modified time | relevance | path

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

/mirbsd/src/sbin/route/
Dkeywords.sh48 recvpipe
/mirbsd/src/usr.sbin/ppp/ppp/
Dncp.h38 u_long recvpipe; /* route recvpipe size */ member
Droute.c772 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Set()
773 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Set()
891 if (bundle->ncp.cfg.recvpipe > 0) { in rt_Update()
892 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe; in rt_Update()
Dncp.c464 if (ncp->cfg.recvpipe > 0) in ncp_Show()
465 prompt_Printf(arg->prompt, "%ld\n", ncp->cfg.recvpipe); in ncp_Show()
Dipv6cp.c151 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPv6address()
Dipcp.c691 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) { in ipcp_SetIPaddress()
Dcommand.c2156 arg->bundle->ncp.cfg.recvpipe = long_val; in SetVariable()
Dppp.8.m45459 .It Ic set recvpipe Op Ar value