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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.h79 int ourfbit; /* Do we want sequence numbers? */ member in struct:call
H A Dcall.c58 if (!c->fbit && !c->ourfbit)
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);
83 if (c->fbit || c->ourfbit)
561 tmp->ourfbit = FBIT;
563 tmp->ourfbit = 0; /* initialize to 0 since we don't actually use this
H A Dl2tpd.c1032 tmp->self->ourfbit = FBIT;

Completed in 40 milliseconds