OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:es_client
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/ppp/dist/pppd/
eap.h
133
#define eap_client_active(esp) ((esp)->
es_client
.ea_state != eapInitial &&\
134
(esp)->
es_client
.ea_state != eapPending &&\
135
(esp)->
es_client
.ea_state != eapClosed)
137
#define eap_client_active(esp) ((esp)->
es_client
.ea_state == eapListen)
175
struct eap_auth
es_client
; /* Client (authenticatee) data */
member in struct:eap_state
eap.h
133
#define eap_client_active(esp) ((esp)->
es_client
.ea_state != eapInitial &&\
134
(esp)->
es_client
.ea_state != eapPending &&\
135
(esp)->
es_client
.ea_state != eapClosed)
137
#define eap_client_active(esp) ((esp)->
es_client
.ea_state == eapListen)
175
struct eap_auth
es_client
; /* Client (authenticatee) data */
member in struct:eap_state
Completed in 43 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026