Searched defs:cstate (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchap.c112 static void ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len);
113 static void ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len);
167 chap_state *cstate = &chap[unit]; local
169 cstate->resp_name = our_name;
170 cstate->resp_type = digest;
172 if (cstate->clientstate == CHAPCS_INITIAL ||
173 cstate->clientstate == CHAPCS_PENDING) {
175 cstate->clientstate = CHAPCS_PENDING;
184 cstate->clientstate = CHAPCS_LISTEN;
193 chap_state *cstate local
221 chap_state *cstate = &chap[unit]; local
238 chap_state *cstate = (chap_state *) arg; local
263 chap_state *cstate = (chap_state *) arg; local
278 chap_state *cstate = (chap_state *) arg; local
297 chap_state *cstate = &chap[unit]; local
321 chap_state *cstate = &chap[unit]; local
343 chap_state *cstate = &chap[unit]; local
360 chap_state *cstate = &chap[unit]; local
417 ChapReceiveChallenge(chap_state *cstate, u_char *inp, int id, int len) argument
511 ChapReceiveResponse(chap_state *cstate, u_char *inp, int id, int len) argument
626 ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len) argument
659 ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len) argument
686 ChapSendChallenge(chap_state *cstate) argument
721 ChapSendStatus(chap_state *cstate, int code) argument
755 ChapGenChallenge(chap_state *cstate) argument
781 ChapSendResponse(chap_state *cstate) argument
[all...]
H A Dchpms.c139 chap_state *cstate,
168 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN);
169 cstate->resp_length = MS_CHAP_RESPONSE_LEN;
138 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len ) argument
H A Dvj.h104 struct cstate { struct
105 struct cstate *cs_next; /* next most recently used state (xmit only) */
133 struct cstate *last_cs; /* most recently used tstate */
142 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
143 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchap.c147 static void ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len);
148 static void ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len);
160 chap_state *cstate = &chap[unit]; local
162 BZERO(cstate, sizeof(*cstate));
163 cstate->unit = unit;
164 cstate->clientstate = CHAPCS_INITIAL;
165 cstate->serverstate = CHAPSS_INITIAL;
166 cstate->timeouttime = CHAP_DEFTIMEOUT;
167 cstate
179 chap_state *cstate = &chap[unit]; local
206 chap_state *cstate = &chap[unit]; local
230 chap_state *cstate = (chap_state *) arg; local
257 chap_state *cstate = (chap_state *) arg; local
274 chap_state *cstate = (chap_state *) arg; local
295 chap_state *cstate = &chap[unit]; local
321 chap_state *cstate = &chap[unit]; local
345 chap_state *cstate = &chap[unit]; local
365 chap_state *cstate = &chap[unit]; local
423 ChapReceiveChallenge(chap_state *cstate, u_char *inp, u_char id, int len) argument
521 ChapReceiveResponse(chap_state *cstate, u_char *inp, int id, int len) argument
640 ChapReceiveSuccess(chap_state *cstate, u_char *inp, u_char id, int len) argument
678 ChapReceiveFailure(chap_state *cstate, u_char *inp, u_char id, int len) argument
710 ChapSendChallenge(chap_state *cstate) argument
746 ChapSendStatus(chap_state *cstate, int code) argument
782 ChapGenChallenge(chap_state *cstate) argument
811 ChapSendResponse(chap_state *cstate) argument
[all...]
H A Dchpms.c366 ChapMS( chap_state *cstate, char *rchallenge, int rchallenge_len, char *secret, int secret_len) argument
390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN);
391 cstate->resp_length = MS_CHAP_RESPONSE_LEN;
H A Dvj.h105 struct cstate { struct
106 struct cstate *cs_next; /* next most recently used state (xmit only) */
134 struct cstate *last_cs; /* most recently used tstate */
143 struct cstate tstate[MAX_SLOTS]; /* xmit connection states */
144 struct cstate rstate[MAX_SLOTS]; /* receive connection states */
/vbox/src/VBox/Devices/Audio/
H A Dpulseaudio.c769 pa_context_state_t cstate; local
771 cstate = pa_context_get_state(g_pContext);
772 if (cstate == PA_CONTEXT_READY)
774 else if (cstate == PA_CONTEXT_TERMINATED || cstate == PA_CONTEXT_FAILED)
776 LogRel(("Pulse: Failed to initialize context (state %d)\n", cstate));
H A DDrvHostPulseAudio.cpp506 pa_context_state_t cstate; local
509 cstate = pa_context_get_state(g_pContext);
510 if (cstate == PA_CONTEXT_READY)
512 else if ( cstate == PA_CONTEXT_TERMINATED
513 || cstate == PA_CONTEXT_FAILED)
515 LogRel(("PulseAudio: Failed to initialize context (state %d)\n", cstate));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h1554 unsigned int cstate; member in struct:enable_socket_event_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h1385 unsigned int cstate; member in struct:enable_socket_event_request

Completed in 100 milliseconds