Searched refs:sendpipe (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/usr.sbin/ppp/
H A Dncp.h37 u_long sendpipe; /* route sendpipe size */ member in struct:ncp::__anon11034
H A Dncp.c458 prompt_Printf(arg->prompt, " sendpipe: ");
459 if (ncp->cfg.sendpipe > 0)
460 prompt_Printf(arg->prompt, "%-20ld\n", ncp->cfg.sendpipe);
H A Droute.c777 if (bundle->ncp.cfg.sendpipe > 0) {
778 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe;
896 if (bundle->ncp.cfg.sendpipe > 0) {
897 rtmes.m_rtm.rtm_rmx.rmx_sendpipe = bundle->ncp.cfg.sendpipe;
H A Dipv6cp.c243 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) {
H A Dipcp.c695 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) {
H A Dcommand.c2206 arg->bundle->ncp.cfg.sendpipe = long_val;
2459 {"sendpipe", NULL, SetVariable, LOCAL_AUTH,
2460 "SENDPIPE value", "set sendpipe value", (const void *)VAR_SENDPIPE},

Completed in 76 milliseconds