Searched refs:ifqueue (Results 1 - 3 of 3) sorted by relevance

/external/libppp/src/
H A Dbundle.h115 u_short ifqueue; /* Interface queue size */ member in struct:bundle::__anon8014
H A Dbundle.c456 u_short ifqueue; local
472 ifqueue = nlinks > bundle->cfg.ifqueue ? nlinks : bundle->cfg.ifqueue;
473 if (queued < ifqueue) {
843 bundle.cfg.ifqueue = DEF_IFQUEUE;
1079 arg->bundle->cfg.ifqueue);
H A Dcommand.c2011 arg->bundle->cfg.ifqueue = long_val < 0 ? 0 : long_val;
2400 {"ifqueue", NULL, SetVariable, LOCAL_AUTH, "interface queue",
2401 "set ifqueue packets", (const void *)VAR_IFQUEUE},

Completed in 109 milliseconds