HomeSort by relevance Sort by last modified time
    Searched refs:recvpipe (Results 1 - 6 of 6) sorted by null

  /external/libppp/src/
ncp.h 38 u_long recvpipe; /* route recvpipe size */ member in struct:ncp::__anon10786
ncp.c 463 prompt_Printf(arg->prompt, " recvpipe: ");
464 if (ncp->cfg.recvpipe > 0)
465 prompt_Printf(arg->prompt, "%ld\n", ncp->cfg.recvpipe);
route.c 772 if (bundle->ncp.cfg.recvpipe > 0) {
773 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe;
891 if (bundle->ncp.cfg.recvpipe > 0) {
892 rtmes.m_rtm.rtm_rmx.rmx_recvpipe = bundle->ncp.cfg.recvpipe;
ipv6cp.c 243 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) {
ipcp.c 690 if (bundle->ncp.cfg.sendpipe > 0 || bundle->ncp.cfg.recvpipe > 0) {
    [all...]
command.c     [all...]

Completed in 123 milliseconds