Searched refs:EAP_TLS_FLAGS_MORE_FRAGMENTS (Results 1 – 5 of 5) sorted by relevance
122 #define EAP_TLS_FLAGS_MORE_FRAGMENTS (1 << 6) macro127 { EAP_TLS_FLAGS_MORE_FRAGMENTS, "More fragments bit"},
58 #define EAP_TLS_FLAGS_MORE_FRAGMENTS 0x40 macro
177 flags |= EAP_TLS_FLAGS_MORE_FRAGMENTS; in eap_server_tls_build_msg()368 if (flags & EAP_TLS_FLAGS_MORE_FRAGMENTS) { in eap_server_tls_reassemble()
81 #define EAP_TLS_FLAGS_MORE_FRAGMENTS 0x40 macro
586 *flags |= EAP_TLS_FLAGS_MORE_FRAGMENTS; in eap_tls_process_output()