Home
last modified time | relevance | path

Searched refs:EAP_TLS_FLAGS_MORE_FRAGMENTS (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-eap.c108 #define EAP_TLS_FLAGS_MORE_FRAGMENTS (1 << 6) macro
113 { EAP_TLS_FLAGS_MORE_FRAGMENTS, "More fragments bit"},
/freebsd/contrib/wpa/src/eap_server/
H A Deap_tls_common.h65 #define EAP_TLS_FLAGS_MORE_FRAGMENTS 0x40 macro
H A Deap_server_tls_common.c217 flags |= EAP_TLS_FLAGS_MORE_FRAGMENTS; in eap_server_tls_build_msg()
480 if (flags & EAP_TLS_FLAGS_MORE_FRAGMENTS) { in eap_server_tls_reassemble()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_tls_common.h92 #define EAP_TLS_FLAGS_MORE_FRAGMENTS 0x40 macro
H A Deap_tls_common.c685 *flags |= EAP_TLS_FLAGS_MORE_FRAGMENTS; in eap_tls_process_output()