Searched refs:EAP_TLS_FLAGS_MORE_FRAGMENTS (Results 1 – 5 of 5) sorted by relevance
110 #define EAP_TLS_FLAGS_MORE_FRAGMENTS (1 << 6) macro115 { EAP_TLS_FLAGS_MORE_FRAGMENTS, "More fragments bit"},
63 #define EAP_TLS_FLAGS_MORE_FRAGMENTS 0x40 macro
210 flags |= EAP_TLS_FLAGS_MORE_FRAGMENTS; in eap_server_tls_build_msg()413 if (flags & EAP_TLS_FLAGS_MORE_FRAGMENTS) { in eap_server_tls_reassemble()
86 #define EAP_TLS_FLAGS_MORE_FRAGMENTS 0x40 macro
663 *flags |= EAP_TLS_FLAGS_MORE_FRAGMENTS; in eap_tls_process_output()