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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.h65 int tun_rws; /* Receive window size (tunnel) */ member in struct:lns
100 int tun_rws; /* Receive window size (tunnel) */ member in struct:lac
H A Dfile.c84 tmp->tun_rws = DEFAULT_RWS_SIZE;
130 tmp->tun_rws = DEFAULT_RWS_SIZE;
269 set_int (word, value, &(((struct lac *) item)->tun_rws));
270 if (((struct lac *) item)->tun_rws < 1)
283 set_int (word, value, &(((struct lns *) item)->tun_rws));
284 if (((struct lns *) item)->tun_rws < 1)
H A Dcontrol.c233 t->ourrws = t->lns->tun_rws;
238 t->ourrws = t->lac->tun_rws;
387 t->ourrws = t->lns->tun_rws;

Completed in 46 milliseconds