| /src/crypto/external/apache2/openssl/dist/test/ |
| quic_cc_test.c | 341 struct net_sim sim; local 349 if (!TEST_true(net_sim_init(&sim, ccm, cc, actual_capacity, 100))) 390 dump_state(ccm, cc, &sim); 406 if (!TEST_true(net_sim_send(&sim, (size_t)sz))) 413 rc = net_sim_process(&sim, 1); 464 net_sim_cleanup(&sim);
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| sim-hw.c | 29 #include "sim-main.h" 30 #include "sim-assert.h" 31 #include "sim-options.h" 32 #include "sim/callback.h" 34 #include "sim-hw.h" 478 struct sim_hw *sim = STATE_HW (sd); 479 sim_engine_halt (sd, sim->cpu, NULL, sim->cia, reason, status); 505 /* Based on gdb-4.17/sim/ppc/main.c:sim_io_read_stdin() */ 476 struct sim_hw *sim = STATE_HW (sd); local
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| sim-hw.c | 29 #include "sim-main.h" 30 #include "sim-assert.h" 31 #include "sim-options.h" 32 #include "sim/callback.h" 34 #include "sim-hw.h" 478 struct sim_hw *sim = STATE_HW (sd); 479 sim_engine_halt (sd, sim->cpu, NULL, sim->cia, reason, status); 505 /* Based on gdb-4.17/sim/ppc/main.c:sim_io_read_stdin() */ 476 struct sim_hw *sim = STATE_HW (sd); local
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_restrict.c | 136 struct in_addr sia, sim; local 139 sim.s_addr = htonl(res->v4.addr); 141 inet_ntop(AF_INET, &sim, ms, sizeof ms);
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_sim_db.c | 2 * hostapd / EAP-SIM database/authenticator gateway 8 * This is an example implementation of the EAP-SIM/AKA database/authentication 12 * EAP-SIM/AKA pseudonyms and re-auth identities. It can be used with different 48 } sim; member in union:eap_sim_db_pending::__anon8439 103 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for " 106 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err); 129 wpa_printf(MSG_DEBUG, "EAP-SIM DB: Adding database table for " 132 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err); 146 wpa_printf(MSG_ERROR, "EAP-SIM DB: Failed to open database " 198 wpa_printf(MSG_ERROR, "EAP-SIM DB: SQLite error: %s", err) [all...] |
| /src/external/bsd/wpa/dist/hs20/client/ |
| osu_client.c | 1627 xml_node_t *node, const char *fqdn, int sim) 1641 if (sim) 1674 xml_node_t *sim, xml_node_t *realm) 1682 node = get_node(ctx->xml, sim, "EAPType"); 1684 wpa_printf(MSG_INFO, "No SIM/EAPType node in credential"); 1689 wpa_printf(MSG_INFO, "Could not extract SIM/EAPType"); 1692 wpa_printf(MSG_INFO, " - Credential/SIM/EAPType = %s", eaptype); 1698 if (set_cred(ctx->ifname, id, "eap", "SIM") < 0) 1699 wpa_printf(MSG_INFO, "Could not set eap=SIM"); 1703 wpa_printf(MSG_INFO, "Could not set eap=SIM"); 1766 xml_node_t *child, *sim, *realm; local [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| events.c | 520 * wpa_supplicant_scard_init - Initialize SIM/USIM access with PC/SC 526 * configured to use PC/SC for SIM/USIM access (EAP-SIM or EAP-AKA). 533 int aka = 0, sim = 0; local 540 sim = 1; 548 sim = 1; 558 sim = 0; 564 if (!sim && !aka) { 566 "use SIM, but neither EAP-SIM nor EAP-AKA are [all...] |