Searched refs:next_type (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/wpa/src/eap_server/ |
| H A D | eap_server_fast.c | 976 u8 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() local 1011 next_type = sm->user->methods[ in eap_fast_process_phase2_response() 1014 next_type); in eap_fast_process_phase2_response() 1060 next_type = EAP_TYPE_MSCHAPV2; in eap_fast_process_phase2_response() 1063 next_type = sm->user->methods[0].method; in eap_fast_process_phase2_response() 1073 next_type = EAP_TYPE_NONE; in eap_fast_process_phase2_response() 1077 next_type = EAP_TYPE_TNC; in eap_fast_process_phase2_response() 1090 eap_fast_phase2_init(sm, data, next_type); in eap_fast_process_phase2_response() 1477 u8 next_type; in eap_fast_process_phase2_start() local 1495 next_type = sm->user->methods[0].method; in eap_fast_process_phase2_start() [all …]
|
| H A D | eap_server_peap.c | 787 u32 next_type; in eap_peap_process_phase2_soh() local 900 next_type = sm->user->methods[0].method; in eap_peap_process_phase2_soh() 914 u32 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() local 952 next_type = sm->user->methods[ in eap_peap_process_phase2_response() 956 next_vendor, next_type); in eap_peap_process_phase2_response() 960 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() 988 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() 1018 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() 1029 next_type = EAP_TYPE_NONE; in eap_peap_process_phase2_response() 1039 next_vendor, next_type); in eap_peap_process_phase2_response() [all …]
|
| H A D | eap_server_teap.c | 957 u8 next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() local 994 next_type = sm->user->methods[ in eap_teap_process_phase2_response() 997 next_type); in eap_teap_process_phase2_response() 1032 next_type = eap_teap_req_failure( in eap_teap_process_phase2_response() 1042 next_type = EAP_TYPE_PWD; in eap_teap_process_phase2_response() 1045 next_type = sm->user->methods[0].method; in eap_teap_process_phase2_response() 1055 next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_response() 1059 next_type = EAP_TYPE_TNC; in eap_teap_process_phase2_response() 1625 u8 next_type; in eap_teap_process_phase2_start() local 1638 next_type = EAP_TYPE_NONE; in eap_teap_process_phase2_start() [all …]
|
| H A D | eap_server_ttls.c | 853 u8 next_type = EAP_TYPE_NONE; in eap_ttls_process_phase2_eap_response() local 878 next_type = sm->user->methods[ in eap_ttls_process_phase2_eap_response() 881 next_type); in eap_ttls_process_phase2_eap_response() 882 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response() 885 next_type); in eap_ttls_process_phase2_eap_response() 933 next_type = sm->user->methods[0].method; in eap_ttls_process_phase2_eap_response() 935 wpa_printf(MSG_DEBUG, "EAP-TTLS: try EAP type %d", next_type); in eap_ttls_process_phase2_eap_response() 936 if (eap_ttls_phase2_eap_init(sm, data, next_type)) { in eap_ttls_process_phase2_eap_response() 938 "EAP type %d", next_type); in eap_ttls_process_phase2_eap_response()
|
| /freebsd-12.1/sys/dev/bhnd/bcma/ |
| H A D | bcma_erom.c | 304 uint8_t next_type, next_port; in bcma_erom_lookup_core_addr() local 315 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr() 318 if (next_type != region_type || in bcma_erom_lookup_core_addr() 330 uint8_t next_port, next_type; in bcma_erom_lookup_core_addr() local 339 next_type = BCMA_EROM_GET_ATTR(entry, REGION_TYPE); in bcma_erom_lookup_core_addr() 342 if (next_type != region_type || in bcma_erom_lookup_core_addr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Hexagon/ |
| H A D | HexagonCommonGEP.cpp | 203 Type *next_type(Type *Ty, Value *Idx) { in next_type() function 395 PtrTy = next_type(PtrTy, Op); in processGepInst() 1122 Type *NextTy = next_type(N->PTy, N->Idx); in fabricateGEP()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | dwarf2read.c | 8021 enum dwarf_macinfo_record_type next_type; in dwarf_decode_macros() local 8037 next_type = read_1_byte (abfd, mac_ptr); in dwarf_decode_macros() 8038 if (next_type != 0) in dwarf_decode_macros()
|