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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dl2tp.h155 int ourrws; /* Receive Window Size */ member in struct:tunnel
H A Dcontrol.c233 t->ourrws = t->lns->tun_rws;
238 t->ourrws = t->lac->tun_rws;
258 if (t->ourrws >= 0)
259 add_avp_rws (buf, t->ourrws);
287 /* c->ourrws = c->lns->call_rws;
288 if (c->ourrws > -1) c->ourfbit = FBIT; else c->ourfbit = 0; */
293 /* c->ourrws = c->lac->call_rws;
294 if (c->ourrws > -1) c->ourfbit = FBIT; else c->ourfbit = 0; */
326 /* c->ourrws = c->lns->call_rws;
327 if (c->ourrws >
[all...]
H A Dl2tpd.c1031 tmp->ourrws = DEFAULT_RWS_SIZE;

Completed in 46 milliseconds