Home
last modified time | relevance | path

Searched refs:session_type (Results 1 - 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_defs.h16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \
25 (((u8) ((session_type) & 0x7)) | ((switch_intent) ? 0x10 : 0x00))
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_defs.h16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \
25 (((u8) ((session_type) & 0x7)) | ((switch_intent) ? 0x10 : 0x00))
/third_party/node/src/
H A Dnode_http2.h771 SessionType session_type; member
H A Dnode_http2.cc478 statistics_.session_type = type; in Http2Session()
628 (entry.details.session_type == NGHTTP2_SESSION_SERVER) in GetDetails()

Completed in 8 milliseconds