Searched refs:lbit (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ns9xxx/
H A Dhardware.h31 #define __REGBITS(hbit, lbit) ((((u32)1 << ((hbit) - (lbit) + 1)) - 1) << (lbit))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dfile.h68 int lbit; /* Use the length field? */ member in struct:lns
104 int lbit; /* Use the length field? */ member in struct:lac
H A Dcall.h23 int lbit; /* Should we send length field? */ member in struct:call
H A Dcall.c64 if (!c->lbit)
71 /* p->ver = htons(c->lbit | c->rbit | c->fbit | c->ourfbit | VER_L2TP); */
72 p->ver = htons (c->lbit | c->fbit | c->ourfbit | VER_L2TP);
73 if (c->lbit)
554 tmp->lbit = 0;
H A Dcontrol.c286 c->lbit = c->lns->lbit ? LBIT : 0;
292 c->lbit = c->lac->lbit ? LBIT : 0;
325 c->lbit = c->lns->lbit ? LBIT : 0;
709 p->lbit = p->lns->lbit ? LBIT : 0;
840 co.flags |= c->lbit;
994 co.flags |= c->lbit;
[all...]
H A Dfile.c87 tmp->lbit = 0;
133 tmp->lbit = 0;
524 if (set_boolean (word, value, &(((struct lac *) item)->lbit)))
528 if (set_boolean (word, value, &(((struct lns *) item)->lbit)))

Completed in 63 milliseconds