Home
last modified time | relevance | path

Searched defs:sm (Results 176 – 200 of 9565) sorted by relevance

12345678910>>...383

/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/eap_server/
H A Deap_server_psk.c33 static void * eap_psk_init(struct eap_sm *sm) in eap_psk_init()
46 static void eap_psk_reset(struct eap_sm *sm, void *priv) in eap_psk_reset()
54 static struct wpabuf * eap_psk_build_1(struct eap_sm *sm, in eap_psk_build_1()
89 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm, in eap_psk_build_3()
174 static bool eap_psk_check(struct eap_sm *sm, void *priv, in eap_psk_check()
213 static void eap_psk_process_2(struct eap_sm *sm, in eap_psk_process_2()
328 static void eap_psk_process_4(struct eap_sm *sm, in eap_psk_process_4()
407 static void eap_psk_process(struct eap_sm *sm, void *priv, in eap_psk_process()
436 static bool eap_psk_isDone(struct eap_sm *sm, void *priv) in eap_psk_isDone()
443 static u8 * eap_psk_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_psk_getKey()
[all …]
H A Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
235 static bool eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
287 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
301 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
372 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
410 static void eap_sake_process_auth_reject(struct eap_sm *sm, in eap_sake_process_auth_reject()
420 static void eap_sake_process(struct eap_sm *sm, void *priv, in eap_sake_process()
459 static bool eap_sake_isDone(struct eap_sm *sm, void *priv) in eap_sake_isDone()
[all …]
H A Deap_server_peap.c103 static void eap_peap_valid_session(struct eap_sm *sm, in eap_peap_valid_session()
132 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
149 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
167 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
195 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
210 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
602 static bool eap_peap_check(struct eap_sm *sm, void *priv, in eap_peap_check()
689 static void eap_peap_process_phase2_tlv(struct eap_sm *sm, in eap_peap_process_phase2_tlv()
809 static void eap_peap_process_phase2_soh(struct eap_sm *sm, in eap_peap_process_phase2_soh()
1089 static void eap_peap_process_phase2(struct eap_sm *sm, in eap_peap_process_phase2()
[all …]
H A Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) in eap_vendor_test_reset()
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, in eap_vendor_test_buildReq()
91 static bool eap_vendor_test_check(struct eap_sm *sm, void *priv, in eap_vendor_test_check()
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
133 static bool eap_vendor_test_isDone(struct eap_sm *sm, void *priv) in eap_vendor_test_isDone()
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
161 static bool eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) in eap_vendor_test_isSuccess()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_psk.c33 static void * eap_psk_init(struct eap_sm *sm) in eap_psk_init()
46 static void eap_psk_reset(struct eap_sm *sm, void *priv) in eap_psk_reset()
54 static struct wpabuf * eap_psk_build_1(struct eap_sm *sm, in eap_psk_build_1()
89 static struct wpabuf * eap_psk_build_3(struct eap_sm *sm, in eap_psk_build_3()
174 static Boolean eap_psk_check(struct eap_sm *sm, void *priv, in eap_psk_check()
213 static void eap_psk_process_2(struct eap_sm *sm, in eap_psk_process_2()
328 static void eap_psk_process_4(struct eap_sm *sm, in eap_psk_process_4()
407 static void eap_psk_process(struct eap_sm *sm, void *priv, in eap_psk_process()
436 static Boolean eap_psk_isDone(struct eap_sm *sm, void *priv) in eap_psk_isDone()
443 static u8 * eap_psk_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_psk_getKey()
[all …]
H A Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
180 static struct wpabuf * eap_sake_build_confirm(struct eap_sm *sm, in eap_sake_build_confirm()
235 static Boolean eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
287 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
301 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
372 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
410 static void eap_sake_process_auth_reject(struct eap_sm *sm, in eap_sake_process_auth_reject()
420 static void eap_sake_process(struct eap_sm *sm, void *priv, in eap_sake_process()
[all …]
H A Deap_server_peap.c103 static void eap_peap_valid_session(struct eap_sm *sm, in eap_peap_valid_session()
132 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
149 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
167 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
195 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
210 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
571 static Boolean eap_peap_check(struct eap_sm *sm, void *priv, in eap_peap_check()
606 static int eap_tlv_validate_cryptobinding(struct eap_sm *sm, in eap_tlv_validate_cryptobinding()
658 static void eap_peap_process_phase2_tlv(struct eap_sm *sm, in eap_peap_process_phase2_tlv()
778 static void eap_peap_process_phase2_soh(struct eap_sm *sm, in eap_peap_process_phase2_soh()
[all …]
H A Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) in eap_vendor_test_reset()
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, in eap_vendor_test_buildReq()
91 static Boolean eap_vendor_test_check(struct eap_sm *sm, void *priv, in eap_vendor_test_check()
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
133 static Boolean eap_vendor_test_isDone(struct eap_sm *sm, void *priv) in eap_vendor_test_isDone()
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
161 static Boolean eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) in eap_vendor_test_isSuccess()
/dports/net/hostapd/hostapd-2.9/src/eap_server/
H A Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
180 static struct wpabuf * eap_sake_build_confirm(struct eap_sm *sm, in eap_sake_build_confirm()
235 static Boolean eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
287 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
301 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
372 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
410 static void eap_sake_process_auth_reject(struct eap_sm *sm, in eap_sake_process_auth_reject()
420 static void eap_sake_process(struct eap_sm *sm, void *priv, in eap_sake_process()
[all …]
H A Deap_server_peap.c103 static void eap_peap_valid_session(struct eap_sm *sm, in eap_peap_valid_session()
132 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
149 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
167 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
195 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
210 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
571 static Boolean eap_peap_check(struct eap_sm *sm, void *priv, in eap_peap_check()
606 static int eap_tlv_validate_cryptobinding(struct eap_sm *sm, in eap_tlv_validate_cryptobinding()
658 static void eap_peap_process_phase2_tlv(struct eap_sm *sm, in eap_peap_process_phase2_tlv()
778 static void eap_peap_process_phase2_soh(struct eap_sm *sm, in eap_peap_process_phase2_soh()
[all …]
H A Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) in eap_vendor_test_reset()
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, in eap_vendor_test_buildReq()
91 static Boolean eap_vendor_test_check(struct eap_sm *sm, void *priv, in eap_vendor_test_check()
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
133 static Boolean eap_vendor_test_isDone(struct eap_sm *sm, void *priv) in eap_vendor_test_isDone()
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
161 static Boolean eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) in eap_vendor_test_isSuccess()
H A Deap_server_md5.c25 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init()
38 static void eap_md5_reset(struct eap_sm *sm, void *priv) in eap_md5_reset()
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_md5_buildReq()
76 static Boolean eap_md5_check(struct eap_sm *sm, void *priv, in eap_md5_check()
98 static void eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process()
139 static Boolean eap_md5_isDone(struct eap_sm *sm, void *priv) in eap_md5_isDone()
146 static Boolean eap_md5_isSuccess(struct eap_sm *sm, void *priv) in eap_md5_isSuccess()
H A Deap_server_gtc.c21 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init()
43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) in eap_gtc_reset()
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_gtc_buildReq()
77 static Boolean eap_gtc_check(struct eap_sm *sm, void *priv, in eap_gtc_check()
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process()
187 static Boolean eap_gtc_isDone(struct eap_sm *sm, void *priv) in eap_gtc_isDone()
194 static Boolean eap_gtc_isSuccess(struct eap_sm *sm, void *priv) in eap_gtc_isSuccess()
/dports/net/hostapd-devel/hostap-14ab4a816/src/eap_server/
H A Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
235 static bool eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
287 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
301 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
372 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
410 static void eap_sake_process_auth_reject(struct eap_sm *sm, in eap_sake_process_auth_reject()
420 static void eap_sake_process(struct eap_sm *sm, void *priv, in eap_sake_process()
459 static bool eap_sake_isDone(struct eap_sm *sm, void *priv) in eap_sake_isDone()
[all …]
H A Deap_server_peap.c103 static void eap_peap_valid_session(struct eap_sm *sm, in eap_peap_valid_session()
132 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
149 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
167 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
195 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
210 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
602 static bool eap_peap_check(struct eap_sm *sm, void *priv, in eap_peap_check()
689 static void eap_peap_process_phase2_tlv(struct eap_sm *sm, in eap_peap_process_phase2_tlv()
809 static void eap_peap_process_phase2_soh(struct eap_sm *sm, in eap_peap_process_phase2_soh()
1089 static void eap_peap_process_phase2(struct eap_sm *sm, in eap_peap_process_phase2()
[all …]
H A Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) in eap_vendor_test_reset()
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, in eap_vendor_test_buildReq()
91 static bool eap_vendor_test_check(struct eap_sm *sm, void *priv, in eap_vendor_test_check()
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
133 static bool eap_vendor_test_isDone(struct eap_sm *sm, void *priv) in eap_vendor_test_isDone()
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
161 static bool eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) in eap_vendor_test_isSuccess()
H A Deap_server_gtc.c21 static void * eap_gtc_init(struct eap_sm *sm) in eap_gtc_init()
43 static void eap_gtc_reset(struct eap_sm *sm, void *priv) in eap_gtc_reset()
50 static struct wpabuf * eap_gtc_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_gtc_buildReq()
77 static bool eap_gtc_check(struct eap_sm *sm, void *priv, in eap_gtc_check()
93 static void eap_gtc_process(struct eap_sm *sm, void *priv, in eap_gtc_process()
187 static bool eap_gtc_isDone(struct eap_sm *sm, void *priv) in eap_gtc_isDone()
194 static bool eap_gtc_isSuccess(struct eap_sm *sm, void *priv) in eap_gtc_isSuccess()
H A Deap_server_md5.c25 static void * eap_md5_init(struct eap_sm *sm) in eap_md5_init()
38 static void eap_md5_reset(struct eap_sm *sm, void *priv) in eap_md5_reset()
45 static struct wpabuf * eap_md5_buildReq(struct eap_sm *sm, void *priv, u8 id) in eap_md5_buildReq()
76 static bool eap_md5_check(struct eap_sm *sm, void *priv, in eap_md5_check()
98 static void eap_md5_process(struct eap_sm *sm, void *priv, in eap_md5_process()
139 static bool eap_md5_isDone(struct eap_sm *sm, void *priv) in eap_md5_isDone()
146 static bool eap_md5_isSuccess(struct eap_sm *sm, void *priv) in eap_md5_isSuccess()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_sake.c61 static void * eap_sake_init(struct eap_sm *sm) in eap_sake_init()
82 static void eap_sake_reset(struct eap_sm *sm, void *priv) in eap_sake_reset()
116 static struct wpabuf * eap_sake_build_identity(struct eap_sm *sm, in eap_sake_build_identity()
180 static struct wpabuf * eap_sake_build_confirm(struct eap_sm *sm, in eap_sake_build_confirm()
235 static Boolean eap_sake_check(struct eap_sm *sm, void *priv, in eap_sake_check()
287 static void eap_sake_process_identity(struct eap_sm *sm, in eap_sake_process_identity()
301 static void eap_sake_process_challenge(struct eap_sm *sm, in eap_sake_process_challenge()
372 static void eap_sake_process_confirm(struct eap_sm *sm, in eap_sake_process_confirm()
410 static void eap_sake_process_auth_reject(struct eap_sm *sm, in eap_sake_process_auth_reject()
420 static void eap_sake_process(struct eap_sm *sm, void *priv, in eap_sake_process()
[all …]
H A Deap_server_peap.c103 static void eap_peap_valid_session(struct eap_sm *sm, in eap_peap_valid_session()
132 static void eap_peap_req_success(struct eap_sm *sm, in eap_peap_req_success()
149 static void eap_peap_req_failure(struct eap_sm *sm, in eap_peap_req_failure()
167 static void * eap_peap_init(struct eap_sm *sm) in eap_peap_init()
195 static void eap_peap_reset(struct eap_sm *sm, void *priv) in eap_peap_reset()
210 static struct wpabuf * eap_peap_build_start(struct eap_sm *sm, in eap_peap_build_start()
571 static Boolean eap_peap_check(struct eap_sm *sm, void *priv, in eap_peap_check()
606 static int eap_tlv_validate_cryptobinding(struct eap_sm *sm, in eap_tlv_validate_cryptobinding()
658 static void eap_peap_process_phase2_tlv(struct eap_sm *sm, in eap_peap_process_phase2_tlv()
778 static void eap_peap_process_phase2_soh(struct eap_sm *sm, in eap_peap_process_phase2_soh()
[all …]
H A Deap_server_vendor_test.c51 static void * eap_vendor_test_init(struct eap_sm *sm) in eap_vendor_test_init()
64 static void eap_vendor_test_reset(struct eap_sm *sm, void *priv) in eap_vendor_test_reset()
71 static struct wpabuf * eap_vendor_test_buildReq(struct eap_sm *sm, void *priv, in eap_vendor_test_buildReq()
91 static Boolean eap_vendor_test_check(struct eap_sm *sm, void *priv, in eap_vendor_test_check()
107 static void eap_vendor_test_process(struct eap_sm *sm, void *priv, in eap_vendor_test_process()
133 static Boolean eap_vendor_test_isDone(struct eap_sm *sm, void *priv) in eap_vendor_test_isDone()
140 static u8 * eap_vendor_test_getKey(struct eap_sm *sm, void *priv, size_t *len) in eap_vendor_test_getKey()
161 static Boolean eap_vendor_test_isSuccess(struct eap_sm *sm, void *priv) in eap_vendor_test_isSuccess()
/dports/net/hostapd-devel/hostap-14ab4a816/tests/fuzzing/eap-sim-peer/
H A Deap-sim-peer.c52 struct eap_peer_config * eap_get_config(struct eap_sm *sm) in eap_get_config()
58 const u8 * eap_get_config_identity(struct eap_sm *sm, size_t *len) in eap_get_config_identity()
67 void eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len) in eap_set_anon_id()
72 void eap_sm_request_identity(struct eap_sm *sm) in eap_sm_request_identity()
77 void eap_sm_request_sim(struct eap_sm *sm, const char *req) in eap_sm_request_sim()
85 struct eap_sm *sm; in LLVMFuzzerTestOneInput() local
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/fuzzing/eap-sim-peer/
H A Deap-sim-peer.c52 struct eap_peer_config * eap_get_config(struct eap_sm *sm) in eap_get_config()
58 const u8 * eap_get_config_identity(struct eap_sm *sm, size_t *len) in eap_get_config_identity()
67 void eap_set_anon_id(struct eap_sm *sm, const u8 *id, size_t len) in eap_set_anon_id()
72 void eap_sm_request_identity(struct eap_sm *sm) in eap_sm_request_identity()
77 void eap_sm_request_sim(struct eap_sm *sm, const char *req) in eap_sm_request_sim()
85 struct eap_sm *sm; in LLVMFuzzerTestOneInput() local
/dports/devel/bullet/bullet3-3.21/test/SharedMemory/
H A Dtest.c40 void testSharedMemory(b3PhysicsClientHandle sm) in testSharedMemory()
304 b3PhysicsClientHandle sm = b3ConnectPhysicsDirect(); in TEST() local
310 b3PhysicsClientHandle sm = b3ConnectPhysicsLoopback(SHARED_MEMORY_KEY); in TEST() local
319 b3PhysicsClientHandle sm = b3ConnectPhysicsLoopback(SHARED_MEMORY_KEY); in main() local
323 b3PhysicsClientHandle sm = b3ConnectPhysicsDirect(); in main() local
329 b3PhysicsClientHandle sm = b3CreateInProcessPhysicsServerAndConnectMainThread(argc, argv); in main() local
331 b3PhysicsClientHandle sm = b3CreateInProcessPhysicsServerAndConnect(argc, argv); in main() local
336 b3PhysicsClientHandle sm = b3ConnectSharedMemory(SHARED_MEMORY_KEY); in main() local
340 b3PhysicsClientHandle sm = b3ConnectPhysicsUDP("localhost", 1234); in main() local
344 b3PhysicsClientHandle sm = b3ConnectPhysicsTCP("localhost", 6667); in main() local
/dports/devel/py-bullet3/bullet3-3.21/test/SharedMemory/
H A Dtest.c40 void testSharedMemory(b3PhysicsClientHandle sm) in testSharedMemory()
304 b3PhysicsClientHandle sm = b3ConnectPhysicsDirect(); in TEST() local
310 b3PhysicsClientHandle sm = b3ConnectPhysicsLoopback(SHARED_MEMORY_KEY); in TEST() local
319 b3PhysicsClientHandle sm = b3ConnectPhysicsLoopback(SHARED_MEMORY_KEY); in main() local
323 b3PhysicsClientHandle sm = b3ConnectPhysicsDirect(); in main() local
329 b3PhysicsClientHandle sm = b3CreateInProcessPhysicsServerAndConnectMainThread(argc, argv); in main() local
331 b3PhysicsClientHandle sm = b3CreateInProcessPhysicsServerAndConnect(argc, argv); in main() local
336 b3PhysicsClientHandle sm = b3ConnectSharedMemory(SHARED_MEMORY_KEY); in main() local
340 b3PhysicsClientHandle sm = b3ConnectPhysicsUDP("localhost", 1234); in main() local
344 b3PhysicsClientHandle sm = b3ConnectPhysicsTCP("localhost", 6667); in main() local

12345678910>>...383