Searched refs:rstate (Results 1 - 25 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dradius.c135 static struct radius_state rstate; variable in typeref:struct:radius_state
163 memset(&rstate, 0, sizeof(rstate));
165 strlcpy(rstate.config_file, "/etc/radiusclient/radiusclient.conf",
166 sizeof(rstate.config_file));
223 if (rstate.choose_ip) {
224 *addrp = rstate.ip_addr;
260 /* Put user with potentially realm added in rstate.user */
264 radius_pre_auth_hook(rstate.user,
265 &rstate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dm68360_pram.h63 unsigned long rstate; /* Rx Internal State */ member in struct:quicc32_pram
88 unsigned long rstate; /* Rx internal state */ member in struct:hdlc_pram
148 unsigned long rstate; /* Rx internal state */ member in struct:uart_pram
200 unsigned long rstate; /* Rx internal state */ member in struct:bisync_pram
235 unsigned short rstate; /* receiver state */ member in struct:iom2_pram
251 unsigned long rstate; /* Rx internal state */ member in struct:spi_pram
269 unsigned long rstate; /* Rx internal state */ member in struct:smc_uart_pram
293 unsigned long rstate; /* Rx internal state */ member in struct:smc_trnsp_pram
322 unsigned long rstate; /* Rx internal state */ member in struct:ethernet_pram
399 unsigned long rstate; /* R member in struct:transparent_pram
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Drequest.c440 server->rstate = SMB_RECV_DROP;
458 server->rstate = SMB_RECV_DROP;
471 server->rstate = SMB_RECV_PARAM;
504 server->rstate = SMB_RECV_DROP;
508 server->rstate = req->rq_rlen > 0 ? SMB_RECV_DATA : SMB_RECV_END;
515 server->rstate = SMB_RECV_END;
533 server->rstate = SMB_RECV_END;
699 VERBOSE("state: %d\n", server->rstate);
700 switch (server->rstate) {
705 if (server->rstate
[all...]
H A Dsock.c224 server->rstate = SMB_RECV_DROP;
230 server->rstate = SMB_RECV_DROP;
246 server->rstate = SMB_RECV_HCOMPLETE;
290 server->rstate = SMB_RECV_END;
H A Dsmbiod.c224 server->rstate = SMB_RECV_DROP;
244 } else if (server->rstate == SMB_RECV_REQUEST)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp_comp.c139 void *rstate; member in struct:comp_state
206 cp->rstate = NULL;
228 if (cp->rstate != NULL)
229 (*cp->rcomp->decomp_free)(cp->rstate);
370 if (cp->rstate != NULL) {
371 (*cp->rcomp->decomp_free)(cp->rstate);
372 cp->rstate = NULL;
435 if (cp->rstate != NULL) {
436 (*cp->rcomp->decomp_free)(cp->rstate);
437 cp->rstate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_comp.c139 void *rstate; member in struct:comp_state
206 cp->rstate = NULL;
228 if (cp->rstate != NULL)
229 (*cp->rcomp->decomp_free)(cp->rstate);
370 if (cp->rstate != NULL) {
371 (*cp->rcomp->decomp_free)(cp->rstate);
372 cp->rstate = NULL;
435 if (cp->rstate != NULL) {
436 (*cp->rcomp->decomp_free)(cp->rstate);
437 cp->rstate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_comp.c131 void *rstate; member in struct:comp_state
198 cp->rstate = NULL;
220 if (cp->rstate != NULL)
221 (*cp->rcomp->decomp_free)(cp->rstate);
362 if (cp->rstate != NULL) {
363 (*cp->rcomp->decomp_free)(cp->rstate);
364 cp->rstate = NULL;
427 if (cp->rstate != NULL) {
428 (*cp->rcomp->decomp_free)(cp->rstate);
429 cp->rstate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_comp.c131 void *rstate; member in struct:comp_state
198 cp->rstate = NULL;
220 if (cp->rstate != NULL)
221 (*cp->rcomp->decomp_free)(cp->rstate);
362 if (cp->rstate != NULL) {
363 (*cp->rcomp->decomp_free)(cp->rstate);
364 cp->rstate = NULL;
427 if (cp->rstate != NULL) {
428 (*cp->rcomp->decomp_free)(cp->rstate);
429 cp->rstate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dslcompress.h135 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:slcompress
H A Dvjcompress.h127 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:vjcompress
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsmb_fs_sb.h44 enum smb_receive_state rstate; member in struct:smb_sb_info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dslcompress.h135 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:slcompress
H A Dvjcompress.h127 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:vjcompress
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dslhc_vj.h144 struct cstate *rstate; /* receive connection states (array)*/ member in struct:slcompress
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dslhc.c104 comp->rstate = kzalloc(rsize, GFP_KERNEL);
105 if (! comp->rstate)
141 kfree(comp->rstate);
159 if ( comp->rstate != NULLSLSTATE )
160 kfree( comp->rstate );
521 cs = &comp->rstate[comp->recv_current];
665 cs = &comp->rstate[comp->recv_current = index];
H A Dppp_generic.c116 unsigned int rstate; /* receive state bits 6c */ member in struct:ppp
149 * Bits in rstate: SC_DECOMP_RUN, SC_DC_ERROR, SC_DC_FERROR.
851 val = ppp->flags | ppp->xstate | ppp->rstate;
1926 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) &&
1927 (ppp->rstate & (SC_DC_FERROR | SC_DC_ERROR)) == 0)
1930 if (ppp->flags & SC_MUST_COMP && ppp->rstate & SC_DC_FERROR)
2094 ppp->rstate |= SC_DC_FERROR;
2115 ppp->rstate |= SC_DC_ERROR;
2559 ppp->rstate &= ~SC_DECOMP_RUN;
2607 ppp->rstate
2670 void *xstate, *rstate; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/lx6464es/
H A Dlx_core.h128 int lx_pipe_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 *rstate);
140 int *rstate);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds2_pkt.c163 s->rstate = SSL_ST_READ_HEADER;
174 if (s->rstate == SSL_ST_READ_HEADER) {
194 s->rstate = SSL_ST_READ_BODY;
214 if (s->rstate == SSL_ST_READ_BODY) {
224 s->rstate = SSL_ST_READ_HEADER;
H A Dssl_stat.c468 switch (s->rstate) {
1063 switch (s->rstate) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds2_pkt.c164 s->rstate=SSL_ST_READ_HEADER;
175 if (s->rstate == SSL_ST_READ_HEADER)
198 s->rstate=SSL_ST_READ_BODY;
219 if (s->rstate == SSL_ST_READ_BODY)
230 s->rstate=SSL_ST_READ_HEADER;
H A Ds23_srvr.c510 s->rstate=SSL_ST_READ_HEADER;
535 s->rstate=SSL_ST_READ_HEADER;
H A Dssl_stat.c206 switch (s->rstate)
494 switch (s->rstate)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds2_pkt.c163 s->rstate = SSL_ST_READ_HEADER;
174 if (s->rstate == SSL_ST_READ_HEADER) {
194 s->rstate = SSL_ST_READ_BODY;
214 if (s->rstate == SSL_ST_READ_BODY) {
224 s->rstate = SSL_ST_READ_HEADER;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dcpm.h18 __be32 rstate; /* Internal */ member in struct:spi_pram

Completed in 141 milliseconds

123