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

  /external/libppp/src/
ipcp.h 51 unsigned slotcomp : 1; /* Slot compression */ member in struct:ipcp::__anon10769::__anon10770
ipcp.c 382 ipcp->cfg.vj.slots, ipcp->cfg.vj.slotcomp ? "with" : "without");
429 } else if (!strcasecmp(arg->argv[arg->argn], "slotcomp")) {
431 arg->bundle->ncp.ipcp.cfg.vj.slotcomp = 1;
433 arg->bundle->ncp.ipcp.cfg.vj.slotcomp = 0;
455 ipcp->cfg.vj.slotcomp = 1;
583 ipcp->cfg.vj.slotcomp;
    [all...]

Completed in 1928 milliseconds