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

  /external/ppp/pppd/
eap.h 125 typedef struct eap_state { struct
136 } eap_state; typedef in typeref:struct:eap_state
146 extern eap_state eap_states[];
eap.c 81 eap_state eap_states[NUM_PPP]; /* EAP state; one for each unit */
203 eap_state *esp = &eap_states[unit];
222 eap_state *esp = (eap_state *) arg;
243 eap_state *esp = &eap_states[unit];
266 eap_state *esp;
291 eap_state *esp;
426 eap_state *esp;
641 eap_state *esp;
878 eap_state *esp = &eap_states[unit]
    [all...]

Completed in 25 milliseconds