OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortState
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h
25
typedef enum { Unauthorized = 2, Authorized = 1 }
PortState
;
54
PortState
authPortStatus;
eapol_auth_dump.c
33
static inline const char * port_state_txt(
PortState
ps)
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm
113
typedef struct OpaquePortState*
PortState
;
276
- (
PortState
)saveAndSetNewPortStateForUpdate:(BOOL)forUpdate
354
PortState
portState
;
368
portState
= (
PortState
)qdPortState;
501
portState
= NULL;
510
portState
= (
PortState
)cgPortState;
546
portState
= (PortState)1
[
all
...]
Completed in 1050 milliseconds