Searched refs:eap_ext (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Deap.h58 typedef struct eap_ext { struct
59 struct eap_ext *next; // next extensiopn structure
74 } eap_ext; typedef in typeref:struct:eap_ext
99 eap_ext *client_ext; /* client eap extension */
108 eap_ext *server_ext; /* server eap extension */
116 int EapExtAdd(eap_ext *newext);
H A Deap.c62 int sys_eaploadplugin(char *arg, eap_ext *eap);
118 eap_ext *eap_extensions = NULL; /* eap extensions list */
127 static eap_ext * EapSupportedType(int type);
172 eap_ext *eap;
512 EapExtAdd(eap_ext *newext)
514 eap_ext *eap, *last;
533 eap_ext * EapSupportedType(int type)
535 eap_ext *eap;
562 struct eap_ext *eap;
699 eap_ext *ea
[all...]
H A Dsys-MacOSX.c3273 int sys_eaploadplugin(char *arg, eap_ext *eap)
3298 bzero(eap, sizeof(eap_ext));
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Deap.h179 typedef struct eap_ext { struct
180 struct eap_ext *next; // next extensiopn structure
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradius_eap.c84 static eap_ext *eap_handle = NULL; // EAP proxy handler
95 eap_handle = (eap_ext *)malloc(sizeof(eap_ext));
99 bzero(eap_handle, sizeof(eap_ext));

Completed in 81 milliseconds