HomeSort by relevance Sort by last modified time
    Searched refs:rstate (Results 1 - 13 of 13) sorted by null

  /external/ppp/pppd/plugins/radius/
radius.c 135 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.authserver
    [all...]
  /external/ppp/pppd/include/net/
slcompress.h 135 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:slcompress
vjcompress.h 127 struct cstate rstate[MAX_STATES]; /* receive connection states */ member in struct:vjcompress
  /external/openssl/ssl/
s2_pkt.c 164 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;
s23_srvr.c 533 s->rstate=SSL_ST_READ_HEADER;
558 s->rstate=SSL_ST_READ_HEADER;
ssl_stat.c 242 switch (s->rstate)
559 switch (s->rstate)
s3_pkt.c 320 if ( (s->rstate != SSL_ST_READ_BODY) ||
325 s->rstate=SSL_ST_READ_BODY;
381 /* now s->rstate == SSL_ST_READ_BODY */
384 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
396 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
996 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
1049 s->rstate=SSL_ST_READ_HEADER;
    [all...]
d1_pkt.c 551 if ( (s->rstate != SSL_ST_READ_BODY) ||
565 s->rstate=SSL_ST_READ_BODY;
629 /* now s->rstate == SSL_ST_READ_BODY */
632 /* s->rstate == SSL_ST_READ_BODY, get and decode the data */
652 s->rstate=SSL_ST_READ_HEADER; /* set state for later operations */
803 if ((rr->length == 0) || (s->rstate == SSL_ST_READ_BODY))
869 s->rstate=SSL_ST_READ_HEADER;
937 s->rstate=SSL_ST_READ_HEADER;
    [all...]
s23_clnt.c 596 s->rstate=SSL_ST_READ_HEADER;
669 s->rstate=SSL_ST_READ_HEADER;
ssl_lib.c 221 s->rstate=SSL_ST_READ_HEADER;
    [all...]
s3_lib.c     [all...]
ssl.h 1025 int rstate; \/* where we are when reading *\/ member in struct:ssl_st
    [all...]
  /external/openssl/include/openssl/
ssl.h 1025 int rstate; \/* where we are when reading *\/ member in struct:ssl_st
    [all...]

Completed in 128 milliseconds